Partager via


ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Constructeur

Définition

Initialise une nouvelle instance de la classe ConnectionPoint en utilisant le ActivityDesigner spécifié, la valeur d'énumération DesignerEdges et un entier.

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ètres

associatedDesigner
ActivityDesigner

ActivityDesigner auquel le point de connexion appartient.

designerEdge
DesignerEdges

Valeur d'énumération DesignerEdges qui spécifie l'emplacement du point de connexion sur le concepteur d'activités.

connectionIndex
Int32

Emplacement de l'index du ConnectionPoint actif.

Exceptions

connectionIndex est inférieur à zéro.

- ou - connectionIndex est supérieur ou égal au nombre de points de connexion sur associatedDesigner.

associatedDesigner contient une référence Null (Nothing en Visual Basic).

S’applique à