DebuggerDisplayAttribute.Target Propiedad

Definición

Obtiene o establece el tipo de destino del atributo.

public:
 property Type ^ Target { Type ^ get(); void set(Type ^ value); };
public Type Target { get; set; }
public Type? Target { get; set; }
member this.Target : Type with get, set
Public Property Target As Type

Valor de propiedad

El tipo de destino del atributo.

Excepciones

Target se establece en null.

Comentarios

Utilice esta propiedad para especificar el tipo de destino cuando se use el atributo en el nivel de ensamblado.

Se aplica a