Condividi tramite


ImportManyAttribute.ContractType Proprietà

Definizione

Ottiene il tipo di contratto dell'esportazione da importare.

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

Valore della proprietà

Tipo dell'esportazione previsto da questa importazione. Il valore predefinito è null, per indicare che il tipo verrà ottenuto esaminando il tipo nel membro cui è connessa questa importazione. Se il tipo è Object, l'importazione corrisponderà a qualsiasi tipo esportato.

Si applica a