TypeDelegator.TypeHandle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得實作型別的內部中繼資料表示的控制代碼。
public:
virtual property RuntimeTypeHandle TypeHandle { RuntimeTypeHandle get(); };
public override RuntimeTypeHandle TypeHandle { get; }
member this.TypeHandle : RuntimeTypeHandle
Public Overrides ReadOnly Property TypeHandle As RuntimeTypeHandle
屬性值
RuntimeTypeHandle
物件。
備註
類型句柄是與每個類型相關聯的唯一整數值。 句柄在運行時間期間是唯一的。