Command.AddCommand(Command) 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.
Ajoute une sous-commande à la commande .
public:
void AddCommand(System::CommandLine::Command ^ command);
public void AddCommand (System.CommandLine.Command command);
member this.AddCommand : System.CommandLine.Command -> unit
Public Sub AddCommand (command As Command)
Paramètres
- command
- Command
Sous-commande à ajouter à la commande.
Remarques
Les commandes peuvent être imbriquées dans une profondeur arbitraire.