IStructureContextSourceProvider Interface
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
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.
Create |
Creates a structure context source for the given text view. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |