다음을 통해 공유


HelpBuilder.WriteColumns 메서드

정의

지정된 도움말 행을 작성하여 출력을 열에 맞춥니다.

public:
 void WriteColumns(System::Collections::Generic::IReadOnlyList<System::CommandLine::Help::TwoColumnHelpRow ^> ^ items, System::CommandLine::Help::HelpContext ^ context);
public void WriteColumns (System.Collections.Generic.IReadOnlyList<System.CommandLine.Help.TwoColumnHelpRow> items, System.CommandLine.Help.HelpContext context);
member this.WriteColumns : System.Collections.Generic.IReadOnlyList<System.CommandLine.Help.TwoColumnHelpRow> * System.CommandLine.Help.HelpContext -> unit
Public Sub WriteColumns (items As IReadOnlyList(Of TwoColumnHelpRow), context As HelpContext)

매개 변수

items
IReadOnlyList<TwoColumnHelpRow>

열에 쓸 도움말 항목입니다.

context
HelpContext

도움말 컨텍스트입니다.

적용 대상