Command.AddCommand(Command) Méthode

Définition

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.

S’applique à