ToolWindowGuids80.Watch Field

This tool window displays user-selected expressions 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 Watch As String
public const string Watch
public:
literal String^ Watch
static val mutable Watch: string
public const var Watch : String

Remarks

The GUID for this tool window is:

#define guidWatch { 0x90243340, 0xBD7A, 0x11D0, { 0x93, 0xEF, 0x00, 0xA0, 0xC9, 0x0F, 0x27, 0x34 } }

This tool window is typically available while debugging by selecting one of the watch windows from the Watch submenu of the Windows submenu of the Debug menu. Note that there are four possible watch windows but all share the same tool window.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

Microsoft.VisualStudio.Shell.Interop Namespace