XamlDataDrivenToolTask.ActiveToolSwitches Property
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.
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