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)

public enum class vsCMTypeRef

Member nameDescription
vsCMTypeRefArray

Array

vsCMTypeRefBool

Bool (Boolean)

vsCMTypeRefByte

Byte

vsCMTypeRefChar

Char

vsCMTypeRefCodeType

CodeType

vsCMTypeRefDecimal

Decimal

vsCMTypeRefDouble

Double

vsCMTypeRefFloat

Float

vsCMTypeRefInt

Int

vsCMTypeRefLong

Long

vsCMTypeRefObject

Object

vsCMTypeRefOther

Data type not in this list

vsCMTypeRefPointer

Pointer

vsCMTypeRefShort

Short

vsCMTypeRefString

String

vsCMTypeRefVariant

Variant

vsCMTypeRefVoid

Void

Return to top
Show: