CompositeActivityDesigner.OnLayoutPosition 方法

定義

執行包含視覺線索的佈局與定位任務,或設計 CompositeActivityDesigner 者重新定位其子活動。

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 包含一個空參考(Nothing 在 Visual Basic 中)。

備註

OnLayoutPosition 執行所有子活動設計 CompositeActivityDesigner 器的版面任務。

適用於