Share via


VisualizerDevelopmentHost.DebuggeeObject Property

Namespace:  Microsoft.VisualStudio.DebuggerVisualizers
Assembly:  Microsoft.VisualStudio.DebuggerVisualizers (in Microsoft.VisualStudio.DebuggerVisualizers.dll)

Syntax

'Declaration
Public Property DebuggeeObject As Object
public Object DebuggeeObject { get; set; }
public:
property Object^ DebuggeeObject {
    Object^ get ();
    void set (Object^ value);
}
member DebuggeeObject : Object with get, set
function get DebuggeeObject () : Object 
function set DebuggeeObject (value : Object)

Property Value

Type: Object

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.

.NET Framework Security

See Also

Reference

VisualizerDevelopmentHost Class

Microsoft.VisualStudio.DebuggerVisualizers Namespace