ITextStructureNavigatorProvider::CreateTextStructureNavigator Method (ITextBuffer^)
Visual Studio 2015
Creates a new ITextStructureNavigator for the specified ITextBuffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- textBuffer
-
Type:
Microsoft.VisualStudio.Text::ITextBuffer^
The ITextBuffer for which to get the ITextStructureNavigator.
Return Value
Type: Microsoft.VisualStudio.Text.Operations::ITextStructureNavigator^The ITextStructureNavigator for textBuffer, or null.
Providers should expect the result of this call to be cached and made available through the ITextStructureNavigatorSelectorService.
Show: