DslDirectiveProcessorBase.PostProcessArguments(String, IDictionary<String,String>, IDictionary<String,String>) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Аргументы процесса
protected:
override void PostProcessArguments(System::String ^ directiveName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ requiresArguments, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ providesArguments);
protected override void PostProcessArguments (string directiveName, System.Collections.Generic.IDictionary<string,string> requiresArguments, System.Collections.Generic.IDictionary<string,string> providesArguments);
override this.PostProcessArguments : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> unit
Protected Overrides Sub PostProcessArguments (directiveName As String, requiresArguments As IDictionary(Of String, String), providesArguments As IDictionary(Of String, String))
Параметры
- directiveName
- String
- requiresArguments
- IDictionary<String,String>
- providesArguments
- IDictionary<String,String>