HelpBuilderExtensions.Write(HelpBuilder, Command, TextWriter) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Écrit la sortie d’aide pour la commande spécifiée.
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::CommandLine::Help::HelpBuilder ^ helpBuilder, System::CommandLine::Command ^ command, System::IO::TextWriter ^ writer);
public static void Write (this System.CommandLine.Help.HelpBuilder helpBuilder, System.CommandLine.Command command, System.IO.TextWriter writer);
static member Write : System.CommandLine.Help.HelpBuilder * System.CommandLine.Command * System.IO.TextWriter -> unit
<Extension()>
Public Sub Write (helpBuilder As HelpBuilder, command As Command, writer As TextWriter)
Paramètres
- helpBuilder
- HelpBuilder
- command
- Command
- writer
- TextWriter
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.