XamlDataDrivenToolTask.ReplaceToolSwitch(CommandLineToolSwitch) Method

Definition

Replace an existing switch with the specifed one of the same name.

public:
 void ReplaceToolSwitch(Microsoft::Build::Tasks::Xaml::CommandLineToolSwitch ^ switchToAdd);
public void ReplaceToolSwitch (Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch switchToAdd);
member this.ReplaceToolSwitch : Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch -> unit
Public Sub ReplaceToolSwitch (switchToAdd As CommandLineToolSwitch)

Parameters

switchToAdd
CommandLineToolSwitch

The name of the switch.

Applies to