vsCMDataTypeKind Enumeration
Visual Studio 2015
Represents the kind of data type of the code element.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Member name | Description | |
|---|---|---|
| vsCMDataTypeKindBlueprint | A blueprint. | |
| vsCMDataTypeKindMain | A Main() procedure. | |
| vsCMDataTypeKindModule | A module. | |
| vsCMDataTypeKindPartial | A partial class. |
Show: