ToolWindowGuids80.Locals Field

Definition

This tool window displays a list of all local variables and parameters while debugging.

public: System::String ^ Locals;
std::wstring Locals;
public const string Locals;
val mutable Locals : string
Public Const Locals As String 

Field Value

Remarks

The GUID for this tool window is:

#define guidLocals { 0x4A18F9D0, 0xB838, 0x11D0, { 0x93, 0xEB, 0x00, 0xA0, 0xC9, 0x0F, 0x27, 0x34 } }  

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

Applies to