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