ILocationSearch 

Declaration

IAppSearch: IBaseSearch
Overview

This interface is meant to edit an extension verb.
Properties

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

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.