XamlDataDrivenToolTask.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.
Creates the command line and returns it as a string by:
- Adding all switches with the default set to the active switch list
- Customizing the active switch list (overridden in derived classes)
- 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.