ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Konstruktor

Definition

Initialisiert eine neue Instanz der ConnectionPoint-Klasse unter Verwendung des angegebenen ActivityDesigner, des DesignerEdges-Enumerationswerts und einer ganzen Zahl.

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)

Parameter

associatedDesigner
ActivityDesigner

Der ActivityDesigner, zu dem der Verbindungspunkt gehört.

designerEdge
DesignerEdges

Der DesignerEdges-Enumerationswert, der angibt, wo sich der Verbindungspunkt auf dem Aktivitätsdesigner befindet.

connectionIndex
Int32

Eine Indexposition des aktuellen ConnectionPoint.

Ausnahmen

connectionIndex ist kleiner als Null.

– oder – connectionIndex ist größer oder gleich der Anzahl von Verbindungspunkten auf associatedDesigner.

associatedDesigner enthält einen NULL-Verweis (Nothing in Visual Basic).

Gilt für