CommandLineBuilderExtensions.ParseResponseFileAs Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Nakonfiguruje zpracování souborů odpovědí analyzátorem. Pokud je tato možnost povolená, token příkazového řádku začínající @
na , který je platnou cestou k souboru, se rozbalí, jako by byl vložen do příkazového řádku.
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
Parametry
- builder
- CommandLineBuilder
Tvůrce příkazového řádku.
- responseFileHandling
- ResponseFileHandling
Určuje, jestli nebo jak se mají analyzovat soubory odpovědí.
Návraty
Stejná instance .CommandLineBuilder
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.