vsCMTypeRef 枚举

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

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

语法

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

成员

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

请参阅

参考

EnvDTE 命名空间

vsCMAccess

vsCMElement

vsCMFunction

vsCMInfoLocation

CodeModelLanguageConstants

vsCMPrototype

其他资源

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