XamlDataDrivenToolTask.AddActiveSwitchToolValue(CommandLineToolSwitch) Method

Definition

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.

Applies to