XamlDataDrivenToolTask(String[], ResourceManager) Constructor
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.
Constructor called by the generated task.
protected:
XamlDataDrivenToolTask(cli::array <System::String ^> ^ switchOrderList, System::Resources::ResourceManager ^ taskResources);
protected XamlDataDrivenToolTask (string[] switchOrderList, System.Resources.ResourceManager taskResources);
new Microsoft.Build.Tasks.Xaml.XamlDataDrivenToolTask : string[] * System.Resources.ResourceManager -> Microsoft.Build.Tasks.Xaml.XamlDataDrivenToolTask
Protected Sub New (switchOrderList As String(), taskResources As ResourceManager)
Parameters
- switchOrderList
- String[]
The list of switches in the order in which they should appear.
- taskResources
- ResourceManager
The task resources.