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
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

See Also

Reference

EnvDTE Namespace

vsCMAccess

vsCMElement

vsCMFunction

vsCMInfoLocation

CodeModelLanguageConstants

vsCMPrototype

Other Resources

Discovering Code by Using the Code Model (Visual Basic)