ActivityDesigner.GetConnectionPoints(DesignerEdges) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回沿指定 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。
返回
一个 ConnectionPoint 泛型只读集合,活动设计器可以在这些点连接到其他活动设计器。
注解
所有连接点都以逻辑坐标表示。