Sdílet prostřednictvím


FreeformActivityDesigner.MoveContainedDesigner Metoda

Definice

Přesune zadané ActivityDesigner umístění.

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)

Parametry

containedDesigner
ActivityDesigner

To ActivityDesigner se má přesunout.

newLocation
Point

To Point představuje nové umístění návrháře.

Výjimky

containedDesignernull obsahuje odkaz (Nothing v Visual Basic).

containedDesigner v kolekci ContainedDesigners nebyl nalezen.

Poznámky

MoveContainedDesigner nastaví nové hranice pro přesunutého návrháře a provede všechny požadované operace rozložení pro FreeformActivityDesigner plochu návrhu pracovního postupu.

containedDesigner musí být v dítěti FreeformActivityDesigner před voláním MoveContainedDesigner. Pokud tomu tak není, MoveContainedDesigner vyvolá chybu ArgumentException.

Platí pro