ToolTask.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 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.