PeerApplication.CommandLineArgs 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 les paramètres de ligne de commande à utiliser lors du lancement d’un PeerApplication.
public:
property System::String ^ CommandLineArgs { System::String ^ get(); void set(System::String ^ value); };
public string CommandLineArgs { get; set; }
member this.CommandLineArgs : string with get, set
Public Property CommandLineArgs As String
Valeur de propriété
String qui représente les paramètres de ligne de commande spécifiques à l’application à utiliser lors du lancement du PeerApplicationfichier .
Exceptions
L’objet PeerApplication a été supprimé.