SequentialWorkflowHeaderFooter Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe SequentialWorkflowHeaderFooter.
public:
SequentialWorkflowHeaderFooter(System::Workflow::ComponentModel::Design::SequentialWorkflowRootDesigner ^ parent, bool isHeader);
public SequentialWorkflowHeaderFooter (System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner parent, bool isHeader);
new System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter : System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner * bool -> System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter
Public Sub New (parent As SequentialWorkflowRootDesigner, isHeader As Boolean)
Parametri
Oggetto SequentialWorkflowRootDesigner con cui associare l'intestazione o il piè di pagina.
- isHeader
- Boolean
true
per indicare che l'oggetto SequentialWorkflowHeaderFooter è un'intestazione. false
per indicare che l'oggetto SequentialWorkflowHeaderFooter è un piè di pagina.