WorkflowMenuCommands.BreakpointConstraintsMenu 字段

定义

获取断点约束菜单的 CommandIDGets the CommandID for the breakpoint constraints menu. 此字段为只读。This field is read-only.

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

字段值

CommandID

注解

断点约束菜单通常用于设置、移除或更改约束断点。The breakpoint constraints menu is typically used to set, remove or change constraints on breakpoints.

适用于