WorkflowMenuCommands.SetNextStatementMenu 字段

定义

可用于访问设置下一语句菜单的 CommandIDA CommandID that can be used to access the set next statement menu. 此字段为只读。This field is read-only.

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

字段值

CommandID

注解

设置下一语句菜单通常用于设置在逐句执行工作流时要执行的下一条语句。The set next statement menu is typically used to set the next statement to execute while stepping through the execution of a workflow.

适用于