Udostępnij za pośrednictwem


ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Konstruktor

Definicja

Inicjuje ConnectionPoint nowe wystąpienie klasy przy użyciu określonej ActivityDesignerwartości , DesignerEdges wyliczenia i liczby całkowitej.

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

Element ActivityDesigner , do którego należy punkt połączenia.

designerEdge
DesignerEdges

Wartość DesignerEdges wyliczenia określająca, gdzie w projektancie działań znajduje się punkt połączenia.

connectionIndex
Int32

Lokalizacja indeksu bieżącego ConnectionPointelementu .

Wyjątki

Parametr connectionIndex ma wartość niższą niż zero.

— lub —

connectionIndex wartość jest większa lub równa liczbie punktów połączenia w systemie associatedDesigner.

associatedDesigner zawiera odwołanie o wartości null (Nothing w Visual Basic).

Dotyczy