InterfaceImplementedInVersionAttribute.InterfaceType 属性

定义

获取目标类型实现的接口的类型。

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

属性值

Type

接口的类型。

适用于