TypeDescriptor.InterfaceType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表所有介面類型的類型描述提供者的類型。
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 方法,以定義介面類型的型別描述提供者。