Reference3.RefType 屬性
取得參考型別:組件、COM 或原生 (Native)。
命名空間: VSLangProj80
組件: VSLangProj80 (在 VSLangProj80.dll 中)
語法
'宣告
ReadOnly Property RefType As UInteger
Get
uint RefType { get; }
property unsigned int RefType {
unsigned int get ();
}
abstract RefType : uint32
function get RefType () : uint
屬性值
型別:System.UInt32
System.UInt32 值,表示參考型別。
備註
UInt 值,表示參考型別:
參考型別 |
傳回值 |
---|---|
組件 |
1 |
COM |
2 |
Native |
3 |
範例
如需範例,請參閱 Reference3。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。