ITextStructureNavigatorSelectorService Interface    
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.
Selects and caches ITextStructureNavigator objects based on content type.
public interface class ITextStructureNavigatorSelectorServicepublic interface class ITextStructureNavigatorSelectorService__interface ITextStructureNavigatorSelectorServicepublic interface ITextStructureNavigatorSelectorServicetype ITextStructureNavigatorSelectorService = interfacePublic Interface ITextStructureNavigatorSelectorServiceRemarks
This is a MEF component part, and should be imported as follows: [Import] ITextStructureNavigatorSelectorService navigator = null;
Methods
| CreateTextStructureNavigator(ITextBuffer, IContentType) | Creates a new ITextStructureNavigator for the specified ITextBuffer by using the specified IContentType to select the navigator. | 
| GetTextStructureNavigator(ITextBuffer) | Gets a ITextStructureNavigator for the specified ITextBuffer, either by creating a new one or by using a cached value. |