CommandLineBuilderExtensions.ParseResponseFileAs 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.
Configure la gestion des fichiers réponse par l’analyseur. Lorsque cette option est activée, un jeton de ligne de commande commençant par @
qui est un chemin de fichier valide est développé comme s’il était inséré dans la ligne de commande.
public:
[System::Runtime::CompilerServices::Extension]
static System::CommandLine::Builder::CommandLineBuilder ^ ParseResponseFileAs(System::CommandLine::Builder::CommandLineBuilder ^ builder, System::CommandLine::Parsing::ResponseFileHandling responseFileHandling);
public static System.CommandLine.Builder.CommandLineBuilder ParseResponseFileAs (this System.CommandLine.Builder.CommandLineBuilder builder, System.CommandLine.Parsing.ResponseFileHandling responseFileHandling);
static member ParseResponseFileAs : System.CommandLine.Builder.CommandLineBuilder * System.CommandLine.Parsing.ResponseFileHandling -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function ParseResponseFileAs (builder As CommandLineBuilder, responseFileHandling As ResponseFileHandling) As CommandLineBuilder
Paramètres
- builder
- CommandLineBuilder
Générateur de ligne de commande.
- responseFileHandling
- ResponseFileHandling
Spécifie si ou comment les fichiers de réponse sont analysés.
Retours
Le même instance de CommandLineBuilder.