DslDirectiveProcessorBase.PostProcessArguments Method
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.
Process arguments
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))
Parameters
- directiveName
- String
- requiresArguments
- IDictionary<String,String>
- providesArguments
- IDictionary<String,String>