ExportAttribute.ContractType Proprietà

Definizione

Ottiene il tipo di contratto esportato dal membro cui è contrassegnato da questo attributo.

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

Valore della proprietà

Il tipo di esportazione da fornire. Il valore predefinito è null, per indicare che il tipo verrà ottenuto esaminando il tipo nel membro cui è connessa questa esportazione.

Si applica a