ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ConnectionPoint klasse met behulp van de opgegeven ActivityDesigner, DesignerEdges opsommingswaarde en een geheel getal.

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)

Parameters

associatedDesigner
ActivityDesigner

Het ActivityDesigner verbindingspunt waartoe het behoort.

designerEdge
DesignerEdges

De DesignerEdges opsommingswaarde die aangeeft waar het verbindingspunt zich bevindt in de activiteitsontwerper.

connectionIndex
Int32

Een indexlocatie van de huidige ConnectionPoint.

Uitzonderingen

connectionIndex is kleiner dan nul.

-- of --

connectionIndex is groter dan of gelijk aan het aantal verbindingspunten op associatedDesigner.

associatedDesigner bevat een null-verwijzing (Nothing in Visual Basic).

Van toepassing op