FreeformActivityDesigner.OnContainedDesignersConnected 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在其中包含的兩個活動設計工具之間建立連線時,通知 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 在 Connector 物件之其中一 FreeformActivityDesigner 個自主活動設計工具的來源之間繪製 ,以第二個自主活動設計工具為目標時呼叫 。