Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the kind of data type of the code element.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("DBDF931A-8FCC-4950-A50D-1E6FB5490869")> _
Public Enumeration vsCMDataTypeKind
[GuidAttribute("DBDF931A-8FCC-4950-A50D-1E6FB5490869")]
public enum vsCMDataTypeKind
[GuidAttribute(L"DBDF931A-8FCC-4950-A50D-1E6FB5490869")]
public enum class vsCMDataTypeKind
[<GuidAttribute("DBDF931A-8FCC-4950-A50D-1E6FB5490869")>]
type vsCMDataTypeKind
public enum vsCMDataTypeKind
Members
Member name | Description | |
---|---|---|
vsCMDataTypeKindMain | A Main() procedure. | |
vsCMDataTypeKindBlueprint | A blueprint. | |
vsCMDataTypeKindPartial | A partial class. | |
vsCMDataTypeKindModule | A module. |