ActivityDesigner.GetConnectionPoints(DesignerEdges) 方法
定义
返回沿指定 DesignerEdges 的活动设计器连接点的只读集合。Returns a read-only collection of connection points for the activity designer along the specified DesignerEdges.
public:
virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::ConnectionPoint ^> ^ GetConnectionPoints(System::Workflow::ComponentModel::Design::DesignerEdges edges);
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint> GetConnectionPoints (System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetConnectionPoints : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint>
override this.GetConnectionPoints : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint>
Public Overridable Function GetConnectionPoints (edges As DesignerEdges) As ReadOnlyCollection(Of ConnectionPoint)
参数
- edges
- DesignerEdges
要沿其收集连接点的DesignerEdges。The DesignerEdges along which to gather the connection points.
返回
一个 ConnectionPoint 泛型只读集合,活动设计器可以在这些点连接到其他活动设计器。A ConnectionPoint generic read-only collection that is used as the points at which the activity designer can connect to other activity designers.
注解
所有连接点都以逻辑坐标表示。All connection points are in logical coordinates.