Connector(ConnectionPoint, ConnectionPoint) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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绘制位置。
例外
source 或 target 包含 null 引用(Visual Basic 中的 Nothing)。