IIncrementalSearchFactoryService::GetIncrementalSearch Method (ITextView^)

 

Gets an IIncrementalSearch for the specified ITextView. If there is no IIncrementalSearch for the view, one will be created.

Namespace:   Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

IIncrementalSearch^ GetIncrementalSearch(
	ITextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The ITextView over which the incremental search is to be performed.

Return to top
Show: