StructuredCompositeActivityDesigner.GetInnerConnections(DesignerEdges) Method

Definition

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

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

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