Connector(ConnectionPoint, ConnectionPoint) Constructor

Definition

Initializes a new instance of the Connector class.

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)

Parameters

source
ConnectionPoint

The ConnectionPoint where drawing for the Connector begins.

target
ConnectionPoint

The ConnectionPoint where drawing for the Connector ends.

Exceptions

source or target contains a null reference (Nothing in Visual Basic).

Applies to