共用方式為


WorkflowMenuCommands.ShowNextStatementMenu 欄位

定義

CommandID,可用來存取顯示下一個陳述式功能表。 此欄位為唯讀。

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

欄位值

CommandID

備註

顯示下一個陳述式功能表通常用來在逐步執行工作流程時反白顯示下一個要執行的陳述式。

適用於