IGraphProviderMetadata Interface
Visual Studio 2015
Metadata that describes a GraphProvider.
This data is used to lazily load the provider only when it is necessary.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| 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. |
Show:
