ToolWindowGuids80.Autos Field
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.
This tool window provides a list of recently changed variables and parameters at the current point of execution during debugging.
public: System::String ^ Autos;
std::wstring Autos;
public const string Autos;
val mutable Autos : string
Public Const Autos As String
Field Value
Remarks
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.