ToolTaskExtension.GenerateResponseFileCommands Method
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.
Returns the command line switch used by the tool executable to specify the response file Will only be called if the task returned a non empty string from GetResponseFileCommands Called after ValidateParameters, SkipTaskExecution and GetResponseFileCommands
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
override System::String ^ GenerateResponseFileCommands();
protected override string GenerateResponseFileCommands ();
override this.GenerateResponseFileCommands : unit -> string
Protected Overrides Function GenerateResponseFileCommands () As String