ExportAttribute.ContractType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得合約型別,該型別是由附加此屬性的成員匯出。
public:
property Type ^ ContractType { Type ^ get(); };
public Type ContractType { get; }
public Type? ContractType { get; }
member this.ContractType : Type
Public ReadOnly Property ContractType As Type
屬性值
要提供之匯出的型別。 預設值為 null
,表示將透過在附加此匯出之成員上查看型別的方式取得型別。