XamlDataDrivenToolTask.ActiveToolSwitchesValues Property

Definition

Gets or set the dictionary of active tool switch values.

public:
 property System::Collections::Generic::Dictionary<System::String ^, Microsoft::Build::Tasks::Xaml::CommandLineToolSwitch ^> ^ ActiveToolSwitchesValues { System::Collections::Generic::Dictionary<System::String ^, Microsoft::Build::Tasks::Xaml::CommandLineToolSwitch ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, Microsoft::Build::Tasks::Xaml::CommandLineToolSwitch ^> ^ value); };
public System.Collections.Generic.Dictionary<string,Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch> ActiveToolSwitchesValues { get; set; }
public System.Collections.Generic.Dictionary<string,Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch> ActiveToolSwitchesValues { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ActiveToolSwitchesValues : System.Collections.Generic.Dictionary<string, Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch> with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ActiveToolSwitchesValues : System.Collections.Generic.Dictionary<string, Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch> with get, set
Public Property ActiveToolSwitchesValues As Dictionary(Of String, CommandLineToolSwitch)

Property Value

Sets the values of the active tool switches.

Attributes

Applies to