ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Konstruktor

Definice

Inicializuje novou instanci ConnectionPoint třídy pomocí zadané ActivityDesigner, DesignerEdges výčtové hodnoty a celé číslo.

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)

Parametry

associatedDesigner
ActivityDesigner

Do ActivityDesigner kterého spojovací bod patří.

designerEdge
DesignerEdges

Hodnota DesignerEdges výčtu, která určuje, kde se v návrháři aktivity nachází spojovací bod.

connectionIndex
Int32

Umístění indexu aktuálního ConnectionPoint.

Výjimky

Hodnota connectionIndex je menší než nula.

-- nebo --

connectionIndexje větší nebo roven počtu spojovacích bodů .associatedDesigner

associatedDesigner obsahuje odkaz null (Nothing v Visual Basic).

Platí pro