DslDirectiveProcessorBase.InitializeProvidesDictionary 方法

定义

重写以初始化提供 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))

参数

directiveName
String
providesDictionary
IDictionary<String,String>

适用于