DebuggerTypeProxyAttribute.Target Vlastnost

Definice

Získá nebo nastaví cílový typ atributu.

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

Hodnota vlastnosti

Cílový typ atributu.

Výjimky

Target je nastavená na nullhodnotu .

Poznámky

Tato vlastnost slouží k určení cílového typu při použití atributu na úrovni sestavení.

Platí pro