SequentialWorkflowHeaderFooter Construtor

Definição

Inicializa uma nova instância da SequentialWorkflowHeaderFooter classe.

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 para associar o cabeçalho ou rodapé com.

isHeader
Boolean

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

Aplica-se a