次の方法で共有


FreeformActivityDesigner.MoveContainedDesigner メソッド

定義

指定した ActivityDesigner を、指定した位置に移動します。

public:
 void MoveContainedDesigner(System::Workflow::ComponentModel::Design::ActivityDesigner ^ containedDesigner, System::Drawing::Point newLocation);
public void MoveContainedDesigner (System.Workflow.ComponentModel.Design.ActivityDesigner containedDesigner, System.Drawing.Point newLocation);
member this.MoveContainedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Drawing.Point -> unit
Public Sub MoveContainedDesigner (containedDesigner As ActivityDesigner, newLocation As Point)

パラメーター

containedDesigner
ActivityDesigner

移動する ActivityDesigner

newLocation
Point

デザイナーの新しい位置を表す Point

例外

containedDesignernull 参照 (Visual Basic の場合は Nothing) を含んでいます。

containedDesignerContainedDesigners コレクション内に見つかりません。

注釈

MoveContainedDesigner は、移動されるデザイナーの新しい境界を設定し、ワークフロー デザイン サーフェイス上の FreeformActivityDesigner に必要なすべてのレイアウト操作を実行します。

containedDesigner を呼び出す前に、FreeformActivityDesignerMoveContainedDesigner の子になければなりません。 そうでない場合は、MoveContainedDesignerArgumentException をスローします。

適用対象