vsCMTypeRef 枚举

函数返回的数据类型。 它可以是 CodeTypeRef 对象、vsCMTypeRef 常数或完全限定的类型名。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
Public Enumeration vsCMTypeRef
public enum vsCMTypeRef
public enum class vsCMTypeRef
type vsCMTypeRef
public enum vsCMTypeRef

成员

成员名称 说明
vsCMTypeRefOther 不在此列表中的数据类型
vsCMTypeRefCodeType CodeType
vsCMTypeRefArray 数组
vsCMTypeRefVoid Void
vsCMTypeRefPointer 指针
vsCMTypeRefString String
vsCMTypeRefObject 对象
vsCMTypeRefByte Byte
vsCMTypeRefChar Char
vsCMTypeRefShort Short
vsCMTypeRefInt Int
vsCMTypeRefLong Long
vsCMTypeRefFloat Float
vsCMTypeRefDouble Double
vsCMTypeRefDecimal Decimal
vsCMTypeRefBool Bool (Boolean)
vsCMTypeRefVariant Variant

请参见

参考

EnvDTE 命名空间

vsCMAccess

vsCMElement

vsCMFunction

vsCMInfoLocation

CodeModelLanguageConstants

vsCMPrototype

其他资源

使用代码模型查找代码 (Visual Basic)