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

开始绘制 ConnectionPointConnector

target
ConnectionPoint

完成绘制 ConnectionPointConnector

例外

sourcetarget 包含空引用(在 Visual Basic 中为 Nothing)。

适用于