InterfaceImplementedInVersionAttribute.InterfaceType プロパティ

定義

ターゲット型が実装しているインターフェイスの型を取得します。

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

プロパティ値

インターフェイスの型。

適用対象