ImportAttribute.ContractType 属性

定义

获取要导入的导出结果的类型。

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

属性值

要导入的导出结果的类型。

适用于