Bagikan melalui


HelpBuilder.WriteColumns Metode

Definisi

Menulis baris bantuan yang ditentukan, menyelaraskan output dalam kolom.

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)

Parameter

items
IReadOnlyList<TwoColumnHelpRow>

Item bantuan untuk ditulis dalam kolom.

context
HelpContext

Konteks bantuan.

Berlaku untuk