ToolWindowGuids80.Breakpoints Field

This tool window provides a list of breakpoints in a solution.

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

Syntax

'Declaration
Public Const Breakpoints As String
'Usage
Dim value As String 

value = ToolWindowGuids80.Breakpoints
public const string Breakpoints
public:
literal String^ Breakpoints
public const var Breakpoints : String

Remarks

The GUID for this tool window that is usable in a .ctc file is:

#define guidBreakpoints { 0xBE4D7042, 0xBA3F, 0x11D2, { 0x84, 0x0E, 0x00, 0xC0, 0x4F, 0x99, 0x02, 0xC1 } }

This tool window is typically available by selecting Breakpoints from the Windows submenu of the Debug menu. This tool window is available at any time and not just during debugging.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace