ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Constructor

Definición

Inicializa una nueva instancia de la ConnectionPoint clase mediante el valor de enumeración , ActivityDesigner y un entero especificadosDesignerEdges.

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)

Parámetros

associatedDesigner
ActivityDesigner

al ActivityDesigner que pertenece el punto de conexión.

designerEdge
DesignerEdges

Valor DesignerEdges de enumeración que especifica dónde se encuentra en el diseñador de actividad el punto de conexión.

connectionIndex
Int32

Ubicación del índice del objeto actual ConnectionPoint.

Excepciones

connectionIndex es menor que cero.

-- o --

connectionIndex es mayor o igual que el número de puntos de conexión en associatedDesigner.

associatedDesigner contiene una referencia nula (Nothing en Visual Basic).

Se aplica a