WorkflowMenuCommands.ClearBreakpointsMenu 字段

定义

可用于访问清除断点菜单的 CommandIDA 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 

字段值

CommandID

注解

清除断点菜单通常用于清除在调试程序中设置的所有断点。The clear breakpoints menu is typically used to clear all breakpoints set in the debugger.

适用于