ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Конструктор

Определение

Инициализирует новый экземпляр класса ConnectionPoint, используя указанное значение перечисления ActivityDesigner, DesignerEdges и целое число.

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)

Параметры

associatedDesigner
ActivityDesigner

Объект ActivityDesigner, которому принадлежит точка соединения.

designerEdge
DesignerEdges

Значение перечисления DesignerEdges, которое определяет расположение точки соединения в конструкторе действий.

connectionIndex
Int32

Позиция индекса для текущего объекта ConnectionPoint.

Исключения

Значение параметра connectionIndex меньше нуля.

-- или --

connectionIndex больше или равно количеству точек соединения в свойстве associatedDesigner.

Параметр associatedDesigner содержит пустую ссылку (Nothing в Visual Basic).

Применяется к