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を使用して、複合アクティビティ内に含まれるアクティビティを、含まれるアクティビティのインデックス内で前後に移動します。

適用対象