ToolWindowGuids80::Autos Field

 

This tool window provides a list of recently changed variables and parameters at the current point of execution during debugging.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
literal String^ Autos

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidAutos { 0xF2E84780, 0x2AF1, 0x11D1, { 0xA7, 0xFA, 0x00, 0xA0, 0xC9, 0x11, 0x00, 0x51 } }

This tool window is typically available while debugging by selecting Autos from the Windows submenu on the Debug menu.

Return to top
Show: