IStructureContextSourceProvider 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.
Creates an IStructureContextSource for a given buffer.
public interface class IStructureContextSourceProvider
public interface IStructureContextSourceProvider
type IStructureContextSourceProvider = interface
Public Interface IStructureContextSourceProvider
Remarks
This is a MEF component part, and should be exported as follows: [Export(typeof(IStructureContextSourceProvider))] [Name("MyProviderName")] [ContentType("MyContentTypeName")] [Order(Before = "Foo", After = "Bar")] Component exporters must add the Name and Order attribute to define the order of the provider in the provider chain.
Methods
CreateStructureContextSource(ITextView) |
Creates a structure context source for the given text view. |