IGraphProviderMetadata.ProjectKind Property

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: String
Returns String.

.NET Framework Security

See Also

Reference

IGraphProviderMetadata Interface

Microsoft.VisualStudio.GraphModel Namespace