CommandLineGenerator(Rule, Dictionary<String,Object>) 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.
Creates a generator that generates a command-line based on the specified Xaml file and parameters.
public:
CommandLineGenerator(Microsoft::Build::Framework::XamlTypes::Rule ^ rule, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ parameterValues);
public CommandLineGenerator (Microsoft.Build.Framework.XamlTypes.Rule rule, System.Collections.Generic.Dictionary<string,object> parameterValues);
new Microsoft.Build.Tasks.Xaml.CommandLineGenerator : Microsoft.Build.Framework.XamlTypes.Rule * System.Collections.Generic.Dictionary<string, obj> -> Microsoft.Build.Tasks.Xaml.CommandLineGenerator
Public Sub New (rule As Rule, parameterValues As Dictionary(Of String, Object))
Parameters
- rule
- Rule
The rule
- parameterValues
- Dictionary<String,Object>
The parameter values.