IIncrementalSearchFactoryService.GetIncrementalSearch(ITextView) Method
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.
Gets an IIncrementalSearch for the specified ITextView. If there is no IIncrementalSearch for the view, one will be created.
public:
Microsoft::VisualStudio::Text::IncrementalSearch::IIncrementalSearch ^ GetIncrementalSearch(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
Microsoft::VisualStudio::Text::IncrementalSearch::IIncrementalSearch ^ GetIncrementalSearch(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
Microsoft::VisualStudio::Text::IncrementalSearch::IIncrementalSearch GetIncrementalSearch(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public Microsoft.VisualStudio.Text.IncrementalSearch.IIncrementalSearch GetIncrementalSearch (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetIncrementalSearch : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Text.IncrementalSearch.IIncrementalSearch
Public Function GetIncrementalSearch (textView As ITextView) As IIncrementalSearch
Parameters
Returns
An IIncrementalSearch associated with the ITextView.