ActivityDesigner.OnConnected(ConnectionPoint, ConnectionPoint) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つのコネクション ポイント間で接続が確立されたときに、ActivityDesigner に通知します。
protected:
virtual void OnConnected(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected virtual void OnConnected (System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member OnConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
override this.OnConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
Protected Overridable Sub OnConnected (source As ConnectionPoint, target As ConnectionPoint)
パラメーター
- source
- ConnectionPoint
現在のアクティビティ デザイナー上のソース ConnectionPoint。
- target
- ConnectionPoint
接続先アクティビティ デザイナー上のターゲット ConnectionPoint。
注釈
OnConnected には既定の動作がありません。 ActivityDesigner から派生したクラスでこのメソッドをオーバーライドし、2 つのデザイナー間で接続が確立されたときの処理を提供する必要があります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET