ITextStructureNavigatorProvider::CreateTextStructureNavigator Method (ITextBuffer^)

 

Creates a new ITextStructureNavigator for the specified ITextBuffer.

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

ITextStructureNavigator^ CreateTextStructureNavigator(
	ITextBuffer^ textBuffer
)

Parameters

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

The ITextBuffer for which to get the ITextStructureNavigator.

Providers should expect the result of this call to be cached and made available through the ITextStructureNavigatorSelectorService.

Return to top
Show: