Condividi tramite


Command.AddArgument(Argument) Metodo

Definizione

Aggiunge un Argument oggetto al comando .

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)

Parametri

argument
Argument

Argomento da aggiungere al comando.

Si applica a