ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Constructeur

Définition

Initialise une nouvelle instance de la ConnectionPoint classe à l’aide de la valeur d’énumération, ActivityDesigner de l’énumération et d’un entier spécifiésDesignerEdges.

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 appartient le point de connexion.

designerEdge
DesignerEdges

Valeur DesignerEdges d’énumération qui spécifie où se trouve le point de connexion sur le concepteur d’activités.

connectionIndex
Int32

Emplacement d’index du fichier actif ConnectionPoint.

Exceptions

connectionIndex est inférieur à zéro.

-- ou --

connectionIndex est supérieur ou égal au nombre de points de connexion activés associatedDesigner.

associatedDesigner contient une référence null (Nothing dans Visual Basic).

S’applique à