SequentialWorkflowHeaderFooter 類別

定義

警告

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
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

SequentialWorkflowHeaderFooter 在列印預覽模式下顯示時,提供頁首與頁尾資訊 SequentialWorkflowRootDesigner 。 若由工作流程設計器提供,使用者可在頁面設定對話框的頁首/頁尾標籤中設定頁首與頁尾。

建構函式

名稱 Description
SequentialWorkflowHeaderFooter(SequentialWorkflowRootDesigner, Boolean)
已淘汰.

初始化 SequentialWorkflowHeaderFooter 類別的新執行個體。

屬性

名稱 Description
AssociatedDesigner
已淘汰.

取得頁首或頁尾套用的根設計器。

Bounds
已淘汰.

取得工作流程設計表面上頁首或頁尾的邊界矩形。

Image
已淘汰.

取得或設定與頁眉或頁腳相關的影像。

ImageRectangle
已淘汰.

取得與頁首或頁尾相關的圖片的邊界矩形。

Text
已淘汰.

取得或設定與頁首或頁尾相關的文字描述。

TextRectangle
已淘汰.

取得與標題或頁尾相關文字的邊界矩形。

方法

名稱 Description
Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
OnLayout(ActivityDesignerLayoutEventArgs)
已淘汰.

當使用者重新定位其所包含的元素時,會 SequentialWorkflowHeaderFooter 通知

OnPaint(ActivityDesignerPaintEventArgs)
已淘汰.

在設計表面繪製與工作流程根設計器相關的頁首或頁尾。

ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於