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在对象的其中一个ConnectorFreeformActivityDesigner包含活动设计器的源之间绘制 ,以针对第二个包含的活动设计器为目标时调用 。