Connector(ConnectionPoint, ConnectionPoint) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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).