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从中收集连接点。

返回

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

注解

所有连接点都采用逻辑坐标。

适用于