共用方式為


SequentialWorkflowRootDesigner.GetInnerConnections(DesignerEdges) 方法

定義

傳回點唯讀集合,表示設計工具的內部連線。

protected:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetInnerConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected override System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetInnerConnections (System.Workflow.ComponentModel.Design.DesignerEdges edges);
override this.GetInnerConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Overrides Function GetInnerConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)

參數

edges
DesignerEdges

要在其中收集連線點集合的 DesignerEdges

傳回

ReadOnlyCollection<Point>

包含做為可連接設計工具之 ConnectionPoint 物件的集合。

備註

設計工具內部可以有接點。

適用於