IGraphProviderMetadata Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Metadata that describes a GraphProvider.
This data is used to lazily load the provider only when it is necessary.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Interface IGraphProviderMetadata
public interface IGraphProviderMetadata
public interface class IGraphProviderMetadata
type IGraphProviderMetadata = interface end
public interface IGraphProviderMetadata
The IGraphProviderMetadata type exposes the following members.
Properties
Name | Description | |
---|---|---|
IntellisenseType | The IntelliSense type guid as a string. The provider will be loaded any time a project with this IntelliSense kind is present. | |
Name | The name of the provider. | |
ProjectKind | The project kind guid as a string. The provider will be loaded any time a project of this kind is present. |
Top