Aracılığıyla paylaş


FreeformActivityDesigner.MoveContainedDesigner Yöntem

Tanım

Belirtilen ActivityDesigner konumu belirtilen konuma taşır.

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)

Parametreler

containedDesigner
ActivityDesigner

Hareket ActivityDesigner etmek için.

newLocation
Point

Tasarımcının Point yeni konumunu temsil eden.

Özel durumlar

containedDesignerbir null başvuru içerir (NothingVisual Basic).

containedDesigner koleksiyonda ContainedDesigners bulunamadı.

Açıklamalar

MoveContainedDesigner taşınan tasarımcı için yeni sınırlar ayarlar ve iş akışı tasarım yüzeyinde için FreeformActivityDesigner gerekli tüm düzen işlemlerini gerçekleştirir.

containedDesignerçağrısı MoveContainedDesigneryapmadan önce öğesinin FreeformActivityDesigner bir alt öğesinde olmalıdır. Değilse, MoveContainedDesigner bir ArgumentExceptionoluşturur.

Şunlara uygulanır