DebuggerVisualizerAttribute.Target Property

Definition

Gets or sets the target type when the attribute is applied at the assembly level.

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

Property Value

The type that is the target of the visualizer.

Exceptions

The value cannot be set because it is null.

Applies to