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.5 中即將淘汰的類型。
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) |