StructuredCompositeActivityDesigner.GetInnerConnections(DesignerEdges) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个表示 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 关联的设计器的所有连接点的只读集合。