Command.AddArgument(Argument) Méthode

Définition

Ajoute un Argument à la commande .

public:
 void AddArgument(System::CommandLine::Argument ^ argument);
public void AddArgument (System.CommandLine.Argument argument);
member this.AddArgument : System.CommandLine.Argument -> unit
Public Sub AddArgument (argument As Argument)

Paramètres

argument
Argument

Argument à ajouter à la commande.

S’applique à