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
包含空引用(在 Visual Basic 中为 Nothing
)。