Share via


IGraphProviderMetadata Interface

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
Public property IntellisenseType The IntelliSense type guid as a string. The provider will be loaded any time a project with this IntelliSense kind is present.
Public property Name The name of the provider.
Public property ProjectKind The project kind guid as a string. The provider will be loaded any time a project of this kind is present.

Top

See Also

Reference

Microsoft.VisualStudio.GraphModel Namespace