IGraphProviderMetadata.ProjectKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The project kind guid as a string. The provider will be loaded any time a project of this kind is present.
public:
property System::String ^ ProjectKind { System::String ^ get(); };
public string ProjectKind { get; }
member this.ProjectKind : string
Public ReadOnly Property ProjectKind As String