ActivityDesigner.GetConnectionPoints(DesignerEdges) 方法

定义

返回沿指定 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)

参数

edges
DesignerEdges

要沿其收集连接点的DesignerEdges

返回

ReadOnlyCollection<ConnectionPoint>

一个 ConnectionPoint 泛型只读集合,活动设计器可以在这些点连接到其他活动设计器。

注解

所有连接点都以逻辑坐标表示。

适用于