ToolWindowGuids80::ImmediateWindow Field

 

This tool window provides a way to enter debugging commands for expression evaluation while debugging.

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

public:
literal String^ ImmediateWindow

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidImmediateWindow { 0xecb7191a, 0x597b, 0x41f5, { 0x98, 0x43, 0x03, 0xa4, 0xcf, 0x27, 0x5d, 0xde } }

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

Return to top
Show: