IIncrementalSearchFactoryService Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | GetIncrementalSearch(ITextView) | Gets an IIncrementalSearch for the specified ITextView. If there is no IIncrementalSearch for the view, one will be created. |
This is a MEF component part, and should be imported as follows:
[Import] IIncrementalSearchFactoryService factory = null;
Show:
