ITextSearchNavigatorFactoryService::CreateSearchNavigator Method (ITextBuffer^)

 

Creates a new instance of ITextSearchNavigator that searches the provided text buffer.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

ITextSearchNavigator^ CreateSearchNavigator(
	ITextBuffer^ buffer
)

Parameters

buffer
Type: Microsoft.VisualStudio.Text::ITextBuffer^

The buffer to search.

Return Value

Type: Microsoft.VisualStudio.Text.Operations::ITextSearchNavigator^

Returns an ITextSearchNavigator that searches the provided buffer..

Return to top
Show: