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

See Also

Reference

EnvDTE Namespace

vsCMAccess

vsCMElement

vsCMFunction

vsCMInfoLocation

CodeModelLanguageConstants

vsCMPrototype

Other Resources

Discovering Code by Using the Code Model (Visual Basic)