FreeformActivityDesigner.MoveContainedDesigner メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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。
例外
containedDesigner
は null
参照 (Visual Basic の場合は Nothing
) を含んでいます。
containedDesigner
が ContainedDesigners コレクション内に見つかりません。
注釈
MoveContainedDesigner は、移動されるデザイナーの新しい境界を設定し、ワークフロー デザイン サーフェイス上の FreeformActivityDesigner に必要なすべてのレイアウト操作を実行します。
containedDesigner
を呼び出す前に、FreeformActivityDesigner が MoveContainedDesigner の子になければなりません。 そうでない場合は、MoveContainedDesigner は ArgumentException をスローします。