Bagikan melalui


HelpContext(HelpBuilder, Command, TextWriter, ParseResult) Konstruktor

Definisi

public HelpContext (System.CommandLine.Help.HelpBuilder helpBuilder, System.CommandLine.Command command, System.IO.TextWriter output, System.CommandLine.Parsing.ParseResult? parseResult = default);
new System.CommandLine.Help.HelpContext : System.CommandLine.Help.HelpBuilder * System.CommandLine.Command * System.IO.TextWriter * System.CommandLine.Parsing.ParseResult -> System.CommandLine.Help.HelpContext
Public Sub New (helpBuilder As HelpBuilder, command As Command, output As TextWriter, Optional parseResult As ParseResult = Nothing)

Parameter

helpBuilder
HelpBuilder

Penyusun bantuan saat ini.

command
Command

Perintah yang bantuannya sedang diformat.

output
TextWriter

Penulis teks untuk menulis output.

parseResult
ParseResult

Hasil dari operasi penguraian saat ini.

Berlaku untuk