ProjectItem::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.
If you are providing a new type of project item, you must provide a unique GUID string to identify it, and make this information available in your tool, type library, or documentation.
Show: