ActivityDesigner.GetConnectionPoints(DesignerEdges) Method

Definition

Returns a read-only collection of connection points for the activity designer along the specified DesignerEdges.

public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint> GetConnectionPoints(System.Workflow.ComponentModel.Design.DesignerEdges edges);

Parameters

edges
DesignerEdges

The DesignerEdges along which to gather the connection points.

Returns

A ConnectionPoint generic read-only collection that is used as the points at which the activity designer can connect to other activity designers.

Remarks

All connection points are in logical coordinates.

Applies to