ConnectionPoint 类

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

表示工作流设计图面上活动设计器的外边缘上显示的连接点。

public ref class ConnectionPoint
public class ConnectionPoint
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ConnectionPoint
type ConnectionPoint = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ConnectionPoint = class
Public Class ConnectionPoint
继承
ConnectionPoint
属性

注解

备注

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

在活动设计器图面的边缘上,连接点显示为一个小方形。 它可作为连接器在活动设计器上的源点,用于与另一个活动设计器连接在一起。

构造函数

ConnectionPoint(ActivityDesigner, DesignerEdges, Int32)

使用指定的 ConnectionPointActivityDesigner 枚举值和整数初始化 DesignerEdges 类的新实例。

属性

AssociatedDesigner

获取连接点所属的活动设计器。

Bounds

获取连接点的边框。

ConnectionEdge

获取在其上显示连接点的设计器边缘。

ConnectionIndex

获取当前 ConnectionPoint 的连接索引。

Location

获取一个表示 ConnectionPoint 在关联的 ActivityDesigner 上的逻辑位置的点。

方法

Equals(Object)

返回一个表示当前 ConnectionPoint 是否等于指定对象的值。

GetHashCode()

返回当前 ConnectionPoint 的哈希代码。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
OnPaint(ActivityDesignerPaintEventArgs, Boolean)

执行在活动设计器图面上呈现 ConnectionPoint 所需的所有任务。

ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于