ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Oluşturucu

Tanım

Belirtilen ConnectionPoint, ActivityDesigner numaralandırma değeri ve bir tamsayı kullanarak sınıfının yeni bir örneğini DesignerEdges başlatır.

public:
 ConnectionPoint(System::Workflow::ComponentModel::Design::ActivityDesigner ^ associatedDesigner, System::Workflow::ComponentModel::Design::DesignerEdges designerEdge, int connectionIndex);
public ConnectionPoint(System.Workflow.ComponentModel.Design.ActivityDesigner associatedDesigner, System.Workflow.ComponentModel.Design.DesignerEdges designerEdge, int connectionIndex);
new System.Workflow.ComponentModel.Design.ConnectionPoint : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Workflow.ComponentModel.Design.DesignerEdges * int -> System.Workflow.ComponentModel.Design.ConnectionPoint
Public Sub New (associatedDesigner As ActivityDesigner, designerEdge As DesignerEdges, connectionIndex As Integer)

Parametreler

associatedDesigner
ActivityDesigner

ActivityDesigner Bağlantı noktasının ait olduğu yer.

designerEdge
DesignerEdges

DesignerEdges Etkinlik tasarımcısında bağlantı noktasının bulunduğu yeri belirten numaralandırma değeri.

connectionIndex
Int32

Geçerli ConnectionPointöğesinin dizin konumu.

Özel durumlar

connectionIndex, sıfırdan küçüktür.

--veya--

connectionIndex üzerindeki bağlantı noktası associatedDesignersayısından büyük veya buna eşittir.

associatedDesigner null başvuru içeriyor (Nothing Visual Basic).

Şunlara uygulanır