ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Konstruktor

Definíció

Inicializálja az ConnectionPoint osztály új példányát a megadott ActivityDesigner, DesignerEdges enumerálási érték és egész szám használatával.

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)

Paraméterek

associatedDesigner
ActivityDesigner

Az ActivityDesigner a pont, amelyhez a csatlakozási pont tartozik.

designerEdge
DesignerEdges

Az DesignerEdges enumerálási érték, amely meghatározza, hogy a tevékenységtervezőben hol található a csatlakozási pont.

connectionIndex
Int32

Az aktuális ConnectionPointindex helye.

Kivételek

connectionIndex kisebb, mint nulla.

--vagy--

connectionIndexnagyobb vagy egyenlő a csatlakozási pontok számával.associatedDesigner

associatedDesigner null hivatkozást tartalmaz (Nothing Visual Basic).

A következőre érvényes: