CommandLineBuilder.ResponseFileHandling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the parser's handling of response files. When enabled, a command line token beginning with @
that is a valid file path will be expanded as though inserted into the command line.
public:
property System::CommandLine::Parsing::ResponseFileHandling ResponseFileHandling { System::CommandLine::Parsing::ResponseFileHandling get(); void set(System::CommandLine::Parsing::ResponseFileHandling value); };
public System.CommandLine.Parsing.ResponseFileHandling ResponseFileHandling { get; set; }
member this.ResponseFileHandling : System.CommandLine.Parsing.ResponseFileHandling with get, set
Public Property ResponseFileHandling As ResponseFileHandling
Property Value
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.