RequiresProvidesDirectiveProcessor.InitializeRequiresDictionary 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 specify the requires arguments they need for each directive by putting null
in the matching dictionary slot.
protected:
abstract void InitializeRequiresDictionary(System::String ^ directiveName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ requiresDictionary);
protected abstract void InitializeRequiresDictionary (string directiveName, System.Collections.Generic.IDictionary<string,string> requiresDictionary);
abstract member InitializeRequiresDictionary : string * System.Collections.Generic.IDictionary<string, string> -> unit
Protected MustOverride Sub InitializeRequiresDictionary (directiveName As String, requiresDictionary As IDictionary(Of String, String))
Parameters
- directiveName
- String
- requiresDictionary
- IDictionary<String,String>