Share via


StructuredCompositeActivityDesigner.GetInnerConnections(DesignerEdges) 方法

定义

返回一个表示 StructuredCompositeActivityDesigner 的内部连接点的各个点的只读集合。

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

参数

edges
DesignerEdges

要沿其搜索连接点的 DesignerEdge。

返回

包含设计器的内部连接点的 Point 泛型只读集合。

注解

连接器是工作流设计图面上独立的设计器之间的链接。 这些链接在设计图面上显示为线,每条线的端点连接到其所连接的设计器上的可见点。 这些点称为连接点。 继承于 StructuredCompositeActivityDesigner 类的设计器类可以包含其他设计器,而 GetInnerConnections 返回由 edges 包含的与 StructuredCompositeActivityDesigner 关联的设计器的所有连接点的只读集合。

适用于