Partager via


HelpBuilder.CustomizeLayout Méthode

Définition

Personnalise les sections d’aide qui seront affichées.

public:
 void CustomizeLayout(Func<System::CommandLine::Help::HelpContext ^, System::Collections::Generic::IEnumerable<System::CommandLine::Help::HelpSectionDelegate ^> ^> ^ getLayout);
public void CustomizeLayout (Func<System.CommandLine.Help.HelpContext,System.Collections.Generic.IEnumerable<System.CommandLine.Help.HelpSectionDelegate>> getLayout);
member this.CustomizeLayout : Func<System.CommandLine.Help.HelpContext, seq<System.CommandLine.Help.HelpSectionDelegate>> -> unit
Public Sub CustomizeLayout (getLayout As Func(Of HelpContext, IEnumerable(Of HelpSectionDelegate)))

Paramètres

getLayout
Func<HelpContext,IEnumerable<HelpSectionDelegate>>

Délégué qui retourne les sections dans l’ordre dans lequel elles doivent être écrites.

S’applique à