InstallContext.ParseCommandLine(String[]) Méthode
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.
Analyse les paramètres de ligne de commande dans un dictionnaire de chaînes.
protected:
static System::Collections::Specialized::StringDictionary ^ ParseCommandLine(cli::array <System::String ^> ^ args);
protected static System.Collections.Specialized.StringDictionary ParseCommandLine (string[] args);
static member ParseCommandLine : string[] -> System.Collections.Specialized.StringDictionary
Protected Shared Function ParseCommandLine (args As String()) As StringDictionary
Paramètres
- args
- String[]
Tableau contenant les paramètres de ligne de commande.
Retours
StringDictionary contenant les paramètres de ligne de commande analysés.