AccessibleObject.IReflect.UnderlyingSystemType プロパティ

定義

IReflect オブジェクトを表す基になる型を取得します。 このメンバーの詳細については、「UnderlyingSystemType」をご覧ください。

property Type ^ System::Reflection::IReflect::UnderlyingSystemType { Type ^ get(); };
Type System.Reflection.IReflect.UnderlyingSystemType { get; }
member this.System.Reflection.IReflect.UnderlyingSystemType : Type
 ReadOnly Property UnderlyingSystemType As Type Implements IReflect.UnderlyingSystemType

プロパティ値

Type

IReflect オブジェクトを表す基になる型。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、AccessibleObject のインスタンスが IReflect インターフェイスにキャストされる場合のみ、使用できます。

適用対象