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.
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
public enum vsCMTypeRef
public enum class vsCMTypeRef
type 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 |