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

帮助上下文。

适用于