XamlDataDrivenToolTask.ActiveToolSwitches Property

Definition

The list of all the switches that have been set

protected public:
 property System::Collections::Generic::Dictionary<System::String ^, Microsoft::Build::Tasks::Xaml::CommandLineToolSwitch ^> ^ ActiveToolSwitches { System::Collections::Generic::Dictionary<System::String ^, Microsoft::Build::Tasks::Xaml::CommandLineToolSwitch ^> ^ get(); };
protected internal System.Collections.Generic.Dictionary<string,Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch> ActiveToolSwitches { get; }
protected internal System.Collections.Generic.Dictionary<string,Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch> ActiveToolSwitches { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ActiveToolSwitches : System.Collections.Generic.Dictionary<string, Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch>
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ActiveToolSwitches : System.Collections.Generic.Dictionary<string, Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch>
Protected Friend ReadOnly Property ActiveToolSwitches As Dictionary(Of String, CommandLineToolSwitch)

Property Value

The set of active tool switches.

Attributes

Applies to