ExportAttribute.ContractType Proprietà

Definizione

Ottiene il tipo di contratto esportato dal membro a cui è associato 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à

Tipo di esportazione fornito. Il valore predefinito è null, il che significa che il tipo verrà ottenuto esaminando il tipo sul membro a cui è associata l'esportazione.

Si applica a