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 つ目の包含アクティビティ デザイナーを対象とするオブジェクトの包含アクティビティ デザイナーのいずれかのFreeformActivityDesignerソース間に a が描画されるときにConnector呼び出されます。