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)

Syntax

'Declaration
Public Const ImmediateWindow As String
public const string ImmediateWindow
public:
literal String^ ImmediateWindow
static val mutable ImmediateWindow: string
public const var ImmediateWindow : String

Remarks

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..

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

Microsoft.VisualStudio.Shell.Interop Namespace