VisualizerDevelopmentHost.DebuggeeObject Property

Definition

public:
 property System::Object ^ DebuggeeObject { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ DebuggeeObject { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object DebuggeeObject { get; set; }
member this.DebuggeeObject : obj with get, set
Public Property DebuggeeObject As Object

Property Value

Remarks

When you are running a visualizer under the visualizer development host, this object represents the object being debugged. You can use get and set to change to change this to another object. This object allows reuse of one host for multiple visualizer uses.

Applies to