Reference3.RefType 屬性
更新:2007 年 11 月
取得參考型別:組件、COM 或原生 (Native)。
命名空間: 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 值,表示參考型別。
備註
UInt 值,表示參考型別:
參考型別 |
傳回值 |
---|---|
組件 |
1 |
COM |
2 |
Native |
3 |
範例
如需範例,請參閱 Reference3。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。