FreeformActivityDesigner.CanConnectContainedDesigners 方法

定义

返回一个值,该值指示是否可以 FreeformActivityDesigner 在源子活动设计器上的指定连接点与目标子活动设计器上的指定连接点之间创建连接。

protected public:
 virtual bool CanConnectContainedDesigners(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected internal virtual bool CanConnectContainedDesigners(System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member CanConnectContainedDesigners : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
override this.CanConnectContainedDesigners : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
Protected Friend Overridable Function CanConnectContainedDesigners (source As ConnectionPoint, target As ConnectionPoint) As Boolean

参数

source
ConnectionPoint

检查 ConnectionPoint 源活动设计器。

target
ConnectionPoint

检查 ConnectionPoint 目标活动设计器。

返回

如果可以在源活动设计器和目标活动设计器之间绘制连接器,则为

适用于