Edit

Share via


WorkflowMenuCommands.ClearBreakpointsMenu Field

Definition

A CommandID that can be used to access the clear breakpoints menu. This field is read-only.

public: static initonly System::ComponentModel::Design::CommandID ^ ClearBreakpointsMenu;
public static readonly System.ComponentModel.Design.CommandID ClearBreakpointsMenu;
 staticval mutable ClearBreakpointsMenu : System.ComponentModel.Design.CommandID
Public Shared ReadOnly ClearBreakpointsMenu As CommandID 

Field Value

Remarks

The clear breakpoints menu is typically used to clear all breakpoints set in the debugger.

Applies to