XamlDataDrivenToolTask.GenerateResponseFileCommands Method

Definition

Creates the command line and returns it as a string by:

  1. Adding all switches with the default set to the active switch list
  2. Customizing the active switch list (overridden in derived classes)
  3. Iterating through the list and appending switches
protected:
 override System::String ^ GenerateResponseFileCommands();
protected override string GenerateResponseFileCommands ();
override this.GenerateResponseFileCommands : unit -> string
Protected Overrides Function GenerateResponseFileCommands () As String

Returns

The generated response file command.

Applies to