XamlDataDrivenToolTask.ReplaceToolSwitch(CommandLineToolSwitch) 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.
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.