DslDirectiveProcessorBase.InitializeProvidesDictionary 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.
Override to initialize provides dictinoary
protected:
override void InitializeProvidesDictionary(System::String ^ directiveName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ providesDictionary);
protected override void InitializeProvidesDictionary (string directiveName, System.Collections.Generic.IDictionary<string,string> providesDictionary);
override this.InitializeProvidesDictionary : string * System.Collections.Generic.IDictionary<string, string> -> unit
Protected Overrides Sub InitializeProvidesDictionary (directiveName As String, providesDictionary As IDictionary(Of String, String))
Parameters
- directiveName
- String
- providesDictionary
- IDictionary<String,String>