ActivityDesigner.GetConnectionPoints(DesignerEdges) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回沿著指定的 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 泛型唯讀集合,可用做活動設計工具連接到其他活動設計工具的連線點。
備註
所有的連線點會以邏輯座標表示。