ILocationSearch Copy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

IAppSearch: IBaseSearch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to edit an extension verb.

PropertiesCopy link to this sectionLink to this section copied!

Array<IDispath> Locators - Gets the collection of locators.

MethodsCopy link to this sectionLink to this section copied!

AddComponentLocator() returns ISearchComponentLocator
Creates a new component locator if it doesn’t exist and add it to the locator’s collection.

AddComponentLocator() returns ISearchComponentLocator
Creates a new component locator if it doesn’t exist and add it to the locator’s collection.

AddRegistryLocator() returns ISearchRegistryLocator
Creates a new registry locator if it doesn’t exist and add it to the locator’s collection.

AddIniLocator() returns returns ISearchIniLocator
Creates a new “ini” locator if it doesn’t exist and add it to the locator’s collection.

AddFolderLocator() returns ISearchFolderLocator
Creates a new folder locator if it doesn’t exist and add it to the locator’s collection.

RemoveLocator(Object aLocator)
Removes a locator from the locator’s collection and destroys it.