ITextStructureNavigatorProvider 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.
Gets an ITextStructureNavigator for a given ITextBuffer. Component exporters must supply at least one content type attribute"/> to specify the applicable content types.
public interface class ITextStructureNavigatorProvider
public interface class ITextStructureNavigatorProvider
__interface ITextStructureNavigatorProvider
public interface ITextStructureNavigatorProvider
type ITextStructureNavigatorProvider = interface
Public Interface ITextStructureNavigatorProvider
Remarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(ITextStructureNavigatorProvider))]
Use the ITextStructureNavigatorSelectorService to import a provider for a particular content type.
Methods
CreateTextStructureNavigator(ITextBuffer) |
Creates a new ITextStructureNavigator for a given ITextBuffer. |