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

Początek ConnectionPoint rysunku Connector .

target
ConnectionPoint

Gdzie ConnectionPoint rysunek dla końców Connector .

Wyjątki

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

Dotyczy