Condividi tramite


HelpBuilder.CustomizeLayout Metodo

Definizione

Personalizza le sezioni della Guida che verranno visualizzate.

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)))

Parametri

getLayout
Func<HelpContext,IEnumerable<HelpSectionDelegate>>

Delegato che restituisce le sezioni nell'ordine in cui devono essere scritte.

Si applica a