CommandLineGenerator(Rule, Dictionary<String,Object>) Constructor

Definition

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.

Applies to