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 通用的唯讀集合,作為活動設計師與其他活動設計師連接的點。

備註

所有連接點皆位於邏輯座標內。

適用於