HelpBuilder.WriteColumns 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
写入指定的帮助行,使输出在列中对齐。
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
帮助上下文。