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 收集連結點的集合。

傳回

一個包含用於可連接設計器物件的 ConnectionPoint 集合。

備註

設計師內部可以有連接器。

適用於