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

适用于