ActivityDesigner.GetConnectionPoints(DesignerEdges) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint> GetConnectionPoints (System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetConnectionPoints : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint>
override this.GetConnectionPoints : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint>
Public Overridable Function GetConnectionPoints (edges As DesignerEdges) As ReadOnlyCollection(Of ConnectionPoint)
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.