Udostępnij za pośrednictwem


Connector(ConnectionPoint, ConnectionPoint) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

source
ConnectionPoint

Miejsce, ConnectionPoint w którym rozpoczyna się Connector rysowanie dla .

target
ConnectionPoint

Miejsce, ConnectionPoint w którym kończy się Connector rysowanie.

Wyjątki

sourceLub target zawiera odwołanie o wartości null ( w Nothing Visual Basic).

Dotyczy