Connector(ConnectionPoint, ConnectionPoint) 构造函数

定义

初始化 Connector 类的新实例。

public:
 Connector(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
public Connector(System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
new System.Workflow.ComponentModel.Design.Connector : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> System.Workflow.ComponentModel.Design.Connector
Public Sub New (source As ConnectionPoint, target As ConnectionPoint)

参数

source
ConnectionPoint

ConnectionPoint开始绘制的位置Connector

target
ConnectionPoint

ConnectionPoint结束的Connector绘制位置。

例外

sourcetarget 包含 null 引用(Visual Basic 中的 Nothing)。

适用于