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 对象。

注解

设计器内部可以包含连接器。

适用于