IFindService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods creating IFinderFactorys, which are used to search ITextSnapshots.
public interface class IFindService
public interface IFindService
type IFindService = interface
Public Interface IFindService
Remarks
This is a MEF component part, and should be imported as follows:
[Import]
IFindService findService = null;
Methods
CreateFinderFactory(String, FindOptions) |
Create a factory to search for a particular |
CreateFinderFactory(String, String, FindOptions) |
Create a factory to search for a particular |