XamlDataDrivenToolTask.AddActiveSwitchToolValue(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.
Add the value for a switch to the list of active values
public:
void AddActiveSwitchToolValue(Microsoft::Build::Tasks::Xaml::CommandLineToolSwitch ^ switchToAdd);
public void AddActiveSwitchToolValue (Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch switchToAdd);
member this.AddActiveSwitchToolValue : Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch -> unit
Public Sub AddActiveSwitchToolValue (switchToAdd As CommandLineToolSwitch)
Parameters
- switchToAdd
- CommandLineToolSwitch
The switch to add.