IIncrementalSearchFactoryService::GetIncrementalSearch Method (ITextView^)
Visual Studio 2015
Gets an IIncrementalSearch for the specified ITextView. If there is no IIncrementalSearch for the view, one will be created.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView over which the incremental search is to be performed.
Return Value
Type: Microsoft.VisualStudio.Text.IncrementalSearch::IIncrementalSearch^An IIncrementalSearch associated with the ITextView.
Show: