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

isHeader
Boolean

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

Aplica-se a