VisualizerDevelopmentHost.DebuggeeObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.