ToolTaskExtension.GenerateResponseFileCommands Method

Definition

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

Returns

Applies to