Aracılığıyla paylaş


HelpBuilder.WriteColumns Yöntem

Tanım

Belirtilen yardım satırlarını yazarak çıkışı sütunlara hizalar.

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)

Parametreler

items
IReadOnlyList<TwoColumnHelpRow>

Sütunlarda yazacak yardım öğeleri.

context
HelpContext

Yardım bağlamı.

Şunlara uygulanır