Compartilhar via


SequentialWorkflowHeaderFooter Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

parent
SequentialWorkflowRootDesigner

O SequentialWorkflowRootDesigner cabeçalho ou rodapé ao qual associar.

isHeader
Boolean

true para indicar que o SequentialWorkflowHeaderFooter é um cabeçalho. false para indicar que o SequentialWorkflowHeaderFooter é um rodapé.

Aplica-se a