Share via


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 泛型唯讀集合,可用做活動設計工具連接到其他活動設計工具的連線點。

備註

所有的連線點會以邏輯座標表示。

適用於