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

備註

OnLayoutPosition 會為 CompositeActivityDesigner 包含的所有子活動設計工具執行配置工作。

適用於