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 を使用します。

適用対象