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

要搜索连接点的 DesignerEdges。

返回

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

注解

连接器是工作流设计图面上单独的设计器之间的链接。 这些链接显示为设计图面上的线条,每一行端都连接到它连接的每个设计器上的可见点。 这些点称为连接点。 继承自该类的StructuredCompositeActivityDesigner设计器类可以包含其他设计器,并GetInnerConnections返回与该设计器关联的edgesStructuredCompositeActivityDesigner设计器的所有连接点的只读集合。

适用于