ActivityDesigner.GetConnections(DesignerEdges) Method

Definition

Returns a read-only collection of points that the designer uses for connections.

protected public:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected internal virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetConnections (System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
override this.GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Friend Overridable Function GetConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)

Parameters

edges
DesignerEdges

The DesignerEdges on which to query for points.

Returns

A point read-only collection that contains the connections to use for the activity designer.

Applies to