SequentialWorkflowHeaderFooter Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la 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)
Paramètres
À SequentialWorkflowRootDesigner associer à l’en-tête ou au pied de page.
- isHeader
- Boolean
true pour indiquer qu’il SequentialWorkflowHeaderFooter s’agit d’un en-tête ; false pour indiquer qu’il SequentialWorkflowHeaderFooter s’agit d’un pied de page.