InterfaceMapping.TargetType Campo

Definición

Representa el tipo que se utilizó para crear la asignación de la interfaz.

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 

Valor de campo

Atributos

Comentarios

El valor del TargetType campo es la instancia de Type cuyo GetInterfaceMap método devolvió la estructura actual InterfaceMapping .

Se aplica a

Consulte también