FreeformActivityDesigner.OnContainedDesignersConnected メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
含まれている 2 つのアクティビティ デザイナー間で接続が確立されたときに、 FreeformActivityDesigner に通知します。
protected public:
virtual void OnContainedDesignersConnected(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected internal virtual void OnContainedDesignersConnected(System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member OnContainedDesignersConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
override this.OnContainedDesignersConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
Protected Friend Overridable Sub OnContainedDesignersConnected (source As ConnectionPoint, target As ConnectionPoint)
パラメーター
- source
- ConnectionPoint
コネクタの描画を開始する ConnectionPoint の場所。
- target
- ConnectionPoint
コネクタの描画を完了する ConnectionPoint の場所。
注釈
OnContainedDesignersConnectedは、2 つ目の包含アクティビティ デザイナーを対象とする、Connector オブジェクトに含まれるアクティビティ デザイナーのいずれかのソース間でFreeformActivityDesignerが描画されるときに呼び出されます。