ToolTask.GenerateResponseFileCommands Method

Definition

Returns a string with those switches and other information that can go into a response file. Called after ValidateParameters and SkipTaskExecution

protected:
 virtual System::String ^ GenerateResponseFileCommands();
protected virtual string GenerateResponseFileCommands ();
abstract member GenerateResponseFileCommands : unit -> string
override this.GenerateResponseFileCommands : unit -> string
Protected Overridable Function GenerateResponseFileCommands () As String

Returns

Remarks

This method is called after ValidateParameters and SkipTaskExecution.

Applies to