TypeDescriptor.InterfaceType プロパティ

定義

すべてのインターフェイスの種類について型説明のプロバイダーを表す型を取得します。

public:
 static property Type ^ InterfaceType { Type ^ get(); };
public static Type InterfaceType { get; }
static member InterfaceType : Type
Public Shared ReadOnly Property InterfaceType As Type

プロパティ値

すべてのインターフェイスの種類についてカスタム型説明のプロバイダーを表す Type を取得します。

注釈

プロパティは InterfaceType 、インターフェイス型の Type 型記述プロバイダーを AddProvider 定義するために メソッドに渡すことができるオブジェクトを取得します。

適用対象