共用方式為


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

說明內容。

適用於