vsCMDataTypeKind Enum
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.
Represents the kind of data type of the code element.
public enum class vsCMDataTypeKind
public enum class vsCMDataTypeKind
enum vsCMDataTypeKind
[System.Runtime.InteropServices.Guid("DBDF931A-8FCC-4950-A50D-1E6FB5490869")]
public enum vsCMDataTypeKind
[<System.Runtime.InteropServices.Guid("DBDF931A-8FCC-4950-A50D-1E6FB5490869")>]
type vsCMDataTypeKind =
Public Enum vsCMDataTypeKind
- Inheritance
-
vsCMDataTypeKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsCMDataTypeKindMain | 1 | A Main() procedure. |
vsCMDataTypeKindBlueprint | 2 | A blueprint. |
vsCMDataTypeKindPartial | 4 | A partial class. |
vsCMDataTypeKindModule | 8 | A module. |