IIncrementalSearchFactoryService 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.
Used to get or create an incremental search service for a given ITextView. There will always be a maximum of one IIncrementalSearch for a given ITextView.
public interface class IIncrementalSearchFactoryService
public interface class IIncrementalSearchFactoryService
__interface IIncrementalSearchFactoryService
public interface IIncrementalSearchFactoryService
type IIncrementalSearchFactoryService = interface
Public Interface IIncrementalSearchFactoryService
Remarks
This is a MEF component part, and should be imported as follows: [Import] IIncrementalSearchFactoryService factory = null;
Methods
GetIncrementalSearch(ITextView) |
Gets an IIncrementalSearch for the specified ITextView. If there is no IIncrementalSearch for the view, one will be created. |