ParentAdapter.AdapterType プロパティ
このクラスが表すアダプターの種類を取得します。
名前空間: Microsoft.Windows.Design.Interaction
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
'宣言
Public Overrides ReadOnly Property AdapterType As Type
Get
public override Type AdapterType { get; }
public:
virtual property Type^ AdapterType {
Type^ get () override;
}
abstract AdapterType : Type
override AdapterType : Type
override function get AdapterType () : Type
型: System.Type
親アダプターのクラス型を表す Type。
AdapterType プロパティの既定の実装では ParentAdapter が返されます。
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。