次の方法で共有


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

ヘルプ コンテキスト。

適用対象