StructuredCompositeActivityDesigner.GetInnerConnections(DesignerEdges) Method

Definition

Returns a read-only collection of points that represent the inner connection points for the StructuredCompositeActivityDesigner.

C#
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetInnerConnections(System.Workflow.ComponentModel.Design.DesignerEdges edges);

Parameters

edges
DesignerEdges

The DesignerEdges along which to search for connection points.

Returns

A Point generic read-only collection that contains the inner connection points for the designer.

Remarks

Connectors are links between separate designers on a workflow design surface. These links appear as lines on the design surface and each line end connects to a visible point on each designer it connects. These points are called connection points. Designer classes that inherit from the StructuredCompositeActivityDesigner class can contain other designers, and GetInnerConnections returns a read-only collection of all the connection points for the designers associated with edges that are contained by the StructuredCompositeActivityDesigner.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1