InterfaceMapping.TargetType Campo

Definizione

Rappresenta il tipo utilizzato per creare il mapping di interfaccia.

public: Type ^ TargetType;
public Type TargetType;
[System.Runtime.InteropServices.ComVisible(true)]
public Type TargetType;
val mutable TargetType : Type
[<System.Runtime.InteropServices.ComVisible(true)>]
val mutable TargetType : Type
Public TargetType As Type 

Valore del campo

Attributi

Commenti

Il valore del TargetType campo è l'istanza del Type cui GetInterfaceMap metodo ha restituito la struttura corrente InterfaceMapping .

Si applica a

Vedi anche