SequentialWorkflowRootDesigner.Header Propriété
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.
Obtient l'en-tête associé au concepteur racine.
protected:
virtual property System::Workflow::ComponentModel::Design::SequentialWorkflowHeaderFooter ^ Header { System::Workflow::ComponentModel::Design::SequentialWorkflowHeaderFooter ^ get(); };
protected virtual System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter Header { get; }
member this.Header : System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter
Protected Overridable ReadOnly Property Header As SequentialWorkflowHeaderFooter
Valeur de propriété
SequentialWorkflowHeaderFooter qui représente l'en-tête associé au SequentialWorkflowRootDesigner.
Remarques
Le contenu de Header apparaît en haut du concepteur racine sur l'aire de conception de workflow. Des icônes et du texte peuvent être affichés dans l'en-tête, y compris le texte qui indique le mode concepteur actuellement affiché sur l'aire de conception.