CommandLineGenerator(Rule, Dictionary<String,Object>) 构造函数
定义
创建根据指定的 XAML 文件和参数生成命令行的生成器。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))
参数
- rule
- Rule
规则The rule
- parameterValues
- Dictionary<String,Object>
参数值。The parameter values.