Edit

Share via


HelpBuilder.WriteColumns Method

Definition

Writes the specified help rows, aligning output in columns.

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)

Parameters

items
IReadOnlyList<TwoColumnHelpRow>

The help items to write out in columns.

context
HelpContext

The help context.

Applies to