Share via


IGraphProviderMetadata.ProjectKind Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The project kind guid as a string. The provider will be loaded any time a project of this kind is present.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
ReadOnly Property ProjectKind As String
string ProjectKind { get; }
property String^ ProjectKind {
    String^ get ();
}
abstract ProjectKind : string with get
function get ProjectKind () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IGraphProviderMetadata Interface

Microsoft.VisualStudio.GraphModel Namespace