vsCMTypeRef Enumeration
The data type that the function returns. This can be a CodeTypeRef object, a vsCMTypeRef constant, or a fully qualified type name.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Enumeration vsCMTypeRef
'Usage
Dim instance As vsCMTypeRef
public enum vsCMTypeRef
public enum class vsCMTypeRef
public enum vsCMTypeRef
Members
Member name | Description | |
---|---|---|
vsCMTypeRefOther | Data type not in this list | |
vsCMTypeRefCodeType | CodeType | |
vsCMTypeRefArray | Array | |
vsCMTypeRefVoid | Void | |
vsCMTypeRefPointer | Pointer | |
vsCMTypeRefString | String | |
vsCMTypeRefObject | Object | |
vsCMTypeRefByte | Byte | |
vsCMTypeRefChar | Char | |
vsCMTypeRefShort | Short | |
vsCMTypeRefInt | Int | |
vsCMTypeRefLong | Long | |
vsCMTypeRefFloat | Float | |
vsCMTypeRefDouble | Double | |
vsCMTypeRefDecimal | Decimal | |
vsCMTypeRefBool | Bool (Boolean) | |
vsCMTypeRefVariant | Variant |