Share via


ParallelActivityDesigner.OnLayoutPosition 메서드

정의

ParallelActivityDesigner에 시각 신호 및 자식 디자이너를 배치하기 위한 레이아웃 작업을 수행합니다.

protected:
 override void OnLayoutPosition(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected override void OnLayoutPosition (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
override this.OnLayoutPosition : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
Protected Overrides Sub OnLayoutPosition (e As ActivityDesignerLayoutEventArgs)

매개 변수

e
ActivityDesignerLayoutEventArgs

레이아웃 인수를 포함하는 ActivityDesignerLayoutEventArgs입니다.

예외

e에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우

적용 대상