CompositeActivityDesigner.MoveDesigners(ActivityDesigner, Boolean) 方法

定义

在复合活动内按索引向前或向后移动设计器。

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 可将包含在复合活动中的活动按所包含活动的索引向前或向后移动。

适用于