다음을 통해 공유


HelpBuilder.CustomizeLayout 메서드

정의

표시할 도움말 섹션을 사용자 지정합니다.

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

매개 변수

getLayout
Func<HelpContext,IEnumerable<HelpSectionDelegate>>

섹션을 작성해야 하는 순서대로 반환하는 대리자입니다.

적용 대상