Connector(ConnectionPoint, ConnectionPoint) Konstruktor

Definice

Inicializuje novou instanci Connector třídy.

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)

Parametry

source
ConnectionPoint

Místo ConnectionPoint , kde začíná výkres Connector .

target
ConnectionPoint

Umístění ConnectionPoint výkresu Connector pro konce.

Výjimky

source nebo target obsahuje odkaz null (Nothing v Visual Basic).

Platí pro