vsCMTypeRef Enum

Definition

The data type that the function returns. This can be a CodeTypeRef object, a vsCMTypeRef constant, or a fully qualified type name.

public enum class vsCMTypeRef
public enum class vsCMTypeRef
enum vsCMTypeRef
public enum vsCMTypeRef
type vsCMTypeRef = 
Public Enum vsCMTypeRef
Inheritance
vsCMTypeRef

Fields

vsCMTypeRefArray 2

Array

vsCMTypeRefBool 15

Bool (Boolean)

vsCMTypeRefByte 7

Byte

vsCMTypeRefChar 8

Char

vsCMTypeRefCodeType 1

CodeType

vsCMTypeRefDecimal 14

Decimal

vsCMTypeRefDouble 13

Double

vsCMTypeRefFloat 12

Float

vsCMTypeRefInt 10

Int

vsCMTypeRefLong 11

Long

vsCMTypeRefObject 6

Object

vsCMTypeRefOther 0

Data type not in this list

vsCMTypeRefPointer 4

Pointer

vsCMTypeRefShort 9

Short

vsCMTypeRefString 5

String

vsCMTypeRefVariant 16

Variant

vsCMTypeRefVoid 3

Void

Applies to