ParallelActivityDesigner.OnLayoutPosition(ActivityDesignerLayoutEventArgs) Método

Definição

Executa tarefas de layout para posicionar indicações visuais e designers filho no ParallelActivityDesigner.Performs layout tasks to position visual cues and child designers on the 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)

Parâmetros

e
ActivityDesignerLayoutEventArgs

O ActivityDesignerLayoutEventArgs que contém os argumentos de layout.The ActivityDesignerLayoutEventArgs that contains the layout arguments.

Exceções

e contém uma referência nula (Nothing no Visual Basic).e contains a null reference (Nothing in Visual Basic).

Aplica-se a