Connector(ConnectionPoint, ConnectionPoint) Oluşturucu

Tanım

Connector sınıfının yeni bir örneğini başlatır.

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)

Parametreler

source
ConnectionPoint

çiziminin ConnectionPointConnector başladığı yer.

target
ConnectionPoint

ConnectionPoint Uçlar Connector için çizim yeri.

Özel durumlar

source veya target null başvuru içeriyor (Visual Basic Nothing).

Şunlara uygulanır