CompositeActivityDesigner.MoveDesigners(ActivityDesigner, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在複合活動的索引中,往前或往後移動設計工具。
public:
static void MoveDesigners(System::Workflow::ComponentModel::Design::ActivityDesigner ^ activityDesigner, bool moveBack);
public static void MoveDesigners (System.Workflow.ComponentModel.Design.ActivityDesigner activityDesigner, bool moveBack);
static member MoveDesigners : System.Workflow.ComponentModel.Design.ActivityDesigner * bool -> unit
Public Shared Sub MoveDesigners (activityDesigner As ActivityDesigner, moveBack As Boolean)
參數
- activityDesigner
- ActivityDesigner
要移動的活動設計工具。
- moveBack
- Boolean
true
表示往後移動設計工具,false
表示往前移動設計工具。
備註
您可以使用 MoveDesigners 將包含在複合活動內的活動在包含的活動索引中往前或往後移動。