CommandLineParser.SplitCommandLine(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.
Fractionne une chaîne en une séquence de chaînes basée sur des espaces blancs et des guillemets.
public:
static System::Collections::Generic::IEnumerable<System::String ^> ^ SplitCommandLine(System::String ^ commandLine);
public static System.Collections.Generic.IEnumerable<string> SplitCommandLine(string commandLine);
static member SplitCommandLine : string -> seq<string>
Public Shared Iterator Function SplitCommandLine (commandLine As String) As IEnumerable(Of String)
Paramètres
- commandLine
- String
Chaîne d’entrée de ligne de commande.
Retours
Séquence de chaînes.