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
는 호출MoveContainedDesigner하기 전의 자식에 FreeformActivityDesigner 있어야 합니다. 그렇지 않으면 MoveContainedDesigner .를 ArgumentExceptionthrow합니다.