SequentialWorkflowHeaderFooter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
表示与 .. 关联的 SequentialWorkflowRootDesigner页眉或页脚。
public ref class SequentialWorkflowHeaderFooter
public class SequentialWorkflowHeaderFooter
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class SequentialWorkflowHeaderFooter
type SequentialWorkflowHeaderFooter = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type SequentialWorkflowHeaderFooter = class
Public Class SequentialWorkflowHeaderFooter
- 继承
-
SequentialWorkflowHeaderFooter
- 属性
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的
SequentialWorkflowHeaderFooter 在打印预览模式下显示页眉和页脚信息 SequentialWorkflowRootDesigner 。 如果工作流设计器提供,用户可以在“页面设置”对话框的“页眉/页脚”选项卡上配置页眉和页脚。
构造函数
| 名称 | 说明 |
|---|---|
| SequentialWorkflowHeaderFooter(SequentialWorkflowRootDesigner, Boolean) |
已过时.
初始化 SequentialWorkflowHeaderFooter 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| AssociatedDesigner |
已过时.
获取应用页眉或页脚的根设计器。 |
| Bounds |
已过时.
获取工作流设计图面上页眉或页脚的边界矩形。 |
| Image |
已过时.
获取或设置与页眉或页脚关联的图像。 |
| ImageRectangle |
已过时.
获取与页眉或页脚关联的图像的边界矩形。 |
| Text |
已过时.
获取或设置与页眉或页脚关联的文本说明。 |
| TextRectangle |
已过时.
获取与页眉或页脚关联的文本的边框。 |
方法
| 名称 | 说明 |
|---|---|
| Equals(Object) |
已过时.
确定指定的对象是否等于当前对象。 (继承自 Object) |
| GetHashCode() |
已过时.
用作默认哈希函数。 (继承自 Object) |
| GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
已过时.
创建当前 Object的浅表副本。 (继承自 Object) |
| OnLayout(ActivityDesignerLayoutEventArgs) |
已过时.
通知 SequentialWorkflowHeaderFooter 用户重新定位其包含的元素何时。 |
| OnPaint(ActivityDesignerPaintEventArgs) |
已过时.
绘制与设计图面上的工作流根设计器关联的页眉或页脚。 |
| ToString() |
已过时.
返回一个表示当前对象的字符串。 (继承自 Object) |