DslDirectiveProcessorBase.PostProcessArguments 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
进程参数
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>