次の方法で共有


SequentialActivityDesigner.OnLayoutPosition メソッド

定義

SequentialActivityDesigner にビジュアル キューと子デザイナーを配置するためのレイアウト タスクを実行します。

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) が含まれています。

適用対象