IStructureContextSourceProvider Interface

Definition

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.

Applies to