Project::Kind Property
Visual Studio 2015
Gets a GUID string indicating the kind or type of the object.
Assembly: EnvDTE (in EnvDTE.dll)
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.
Show: