RequiresProvidesDirectiveProcessor.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.
Method for derived classes to make any modifications to the dictionaries that they require
protected:
virtual void PostProcessArguments(System::String ^ directiveName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ requiresArguments, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ providesArguments);
protected virtual void PostProcessArguments (string directiveName, System.Collections.Generic.IDictionary<string,string> requiresArguments, System.Collections.Generic.IDictionary<string,string> providesArguments);
abstract member PostProcessArguments : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> unit
override this.PostProcessArguments : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> unit
Protected Overridable 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>