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)

public:
property String^ ProjectKind {
	virtual String^ get() sealed;
	virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: