Udostępnij za pośrednictwem


CommandLineBuilderExtensions.ParseResponseFileAs Metoda

Definicja

Konfiguruje obsługę plików odpowiedzi analizatora. Po włączeniu token wiersza polecenia rozpoczynający się od @ tego jest prawidłową ścieżką pliku, zostanie rozszerzony tak, jakby został wstawiony do wiersza polecenia.

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

Konstruktor wiersza polecenia.

responseFileHandling
ResponseFileHandling

Określa, czy pliki odpowiedzi są analizowane.

Zwraca

To samo wystąpienie klasy CommandLineBuilder.

Dotyczy