IGraphProviderMetadata 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.
Metadata that describes a GraphProvider. This data is used to lazily load the provider only when necessary.
public interface class IGraphProviderMetadata
public interface IGraphProviderMetadata
type IGraphProviderMetadata = interface
Public Interface IGraphProviderMetadata
- Derived
Properties
ActiveUIContext |
A UIContext GUID as a string. The provider will be loaded if this UI context is active. |
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. |
ProjectCapability |
Provider will be loaded any time specified capability is present in a project. |
ProjectKind |
The project kind guid as a string. The provider will be loaded any time a project of this kind is present. |