RequiresProvidesDirectiveProcessor.InitializeProvidesDictionary Method

Definition

Method for derived classes to specify the provides parameters they will supply for each directive by putting the default name in the matching dictionary slot.

protected:
 abstract void InitializeProvidesDictionary(System::String ^ directiveName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ providesDictionary);
protected abstract void InitializeProvidesDictionary (string directiveName, System.Collections.Generic.IDictionary<string,string> providesDictionary);
abstract member InitializeProvidesDictionary : string * System.Collections.Generic.IDictionary<string, string> -> unit
Protected MustOverride Sub InitializeProvidesDictionary (directiveName As String, providesDictionary As IDictionary(Of String, String))

Parameters

directiveName
String
providesDictionary
IDictionary<String,String>

Applies to