Project::Kind Property

 

Gets a GUID string indicating the kind or type of the object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property String^ Kind {
	String^ get();
}

Property Value

Type: System::String^

A GUID string representing the type of object.

The return value should be converted to a proper Guid or a platform-equivalent type before doing comparisons using native GUID data types. This ensures that differences in the string formatting of the GUID across different project systems and clients (such as capitalization and use of braces) don't cause incorrect results from equality checks.

Built-in project types are defined in PrjKind. Environment extensions must provide uniquely defined type strings. This information should be available in each tool or language's type library or documentation.

No code example is currently available or this language may not be supported.
Return to top
Show: