Aracılığıyla paylaş


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

için ConnectionPoint çizimin başladığı Connector yer.

target
ConnectionPoint

Bitişler ConnectionPoint için çizim Connector yapılan yer.

Özel durumlar

sourceveya target bir null başvuru içerir ( Nothing Visual Basic).

Şunlara uygulanır