ExecuteProcess.Arguments Propriété
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.
Obtient ou définit des arguments d'invite de commandes. La chaîne peut contenir plusieurs arguments séparés par un espace.
public:
property System::String ^ Arguments { System::String ^ get(); void set(System::String ^ value); };
public string Arguments { get; set; }
member this.Arguments : string with get, set
Public Property Arguments As String
Valeur de propriété
Chaîne qui contient l’argument ou les arguments d’invite de commandes.
Implémente
Remarques
Plusieurs arguments peuvent être entrés dans une chaîne. Chaque argument est séparé du suivant par un espace.