Sdílet prostřednictvím


ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Konstruktor

Definice

Inicializuje novou instanci ConnectionPoint třídy pomocí zadané ActivityDesignerhodnoty , DesignerEdges výčtu 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

Hodnota ActivityDesigner , ke které patří spojovací bod.

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 ConnectionPointobjektu .

Výjimky

Hodnota connectionIndex je menší než nula.

-- nebo --

connectionIndex je větší než nebo roven počtu spojovacích bodů na associatedDesigner.

associatedDesigner obsahuje odkaz s hodnotou null (Nothing v jazyce Visual Basic).

Platí pro