Reference3.RefType 属性

更新:2007 年 11 月

获取引用类型:程序集、COM 或 本机。

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

语法

声明
ReadOnly Property RefType As UInteger
用法
Dim instance As Reference3
Dim value As UInteger

value = instance.RefType
uint RefType { get; }
property unsigned int RefType {
    unsigned int get ();
}
function get RefType () : uint

属性值

类型:System.UInt32

一个表示引用类型的 System.UInt32 值。

备注

UInt 的值表示的引用类型为:

引用类型

返回的值

程序集

1

COM

2

本机

3

示例

有关示例,请参见 Reference3

权限

另请参见

参考

Reference3 接口

Reference3 成员

VSLangProj80 命名空间