Sdílet prostřednictvím


CommandLineBuilderExtensions.ParseResponseFileAs Metoda

Definice

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