Share via


GraphProviderAttribute.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
Public Property ProjectKind As String
public string ProjectKind { get; set; }
public:
virtual property String^ ProjectKind {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract ProjectKind : string with get, set 
override ProjectKind : string with get, set
final function get ProjectKind () : String 
final function set ProjectKind (value : String)

Property Value

Type: String
Returns String.

Implements

IGraphProviderMetadata.ProjectKind

.NET Framework Security

See Also

Reference

GraphProviderAttribute Class

Microsoft.VisualStudio.GraphModel Namespace