ConnectionPoint 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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.50 中的
连接点显示为活动设计器图面边缘上的一个小方块。 它用作连接器可以源自活动设计器的点,以将其与其他活动设计器连接。
构造函数
| 名称 | 说明 |
|---|---|
| ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) |
已过时.
使用指定的ConnectionPoint枚举ActivityDesigner值和整数初始化类的新实例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) |