ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Konstruktor

Definition

Initierar en ny instans av ConnectionPoint klassen med hjälp av det angivna ActivityDesigneruppräkningsvärdet DesignerEdges och ett heltal.

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)

Parametrar

associatedDesigner
ActivityDesigner

Den ActivityDesigner som anslutningspunkten tillhör.

designerEdge
DesignerEdges

Uppräkningsvärdet DesignerEdges som anger var i aktivitetsdesignern anslutningspunkten finns.

connectionIndex
Int32

En indexplats för den aktuella ConnectionPoint.

Undantag

connectionIndex är mindre än noll.

--eller--

connectionIndex är större än eller lika med antalet anslutningspunkter på associatedDesigner.

associatedDesigner innehåller en nullreferens (Nothing i Visual Basic).

Gäller för