ILocalizer.LookupDictionary 方法

定义

重载

LookupDictionary(String, IDictionary<Object,DescribeAttribute>)

从字典中查找 prefix;object,并替换本地化器中的值。

LookupDictionary(String, IDictionary<Object,TermsAttribute>)

从字典中查找 prefix;object,并替换本地化程序中的值。

LookupDictionary(String, IDictionary<Object,DescribeAttribute>)

从字典中查找 prefix;object,并替换本地化器中的值。

public void LookupDictionary(string prefix, System.Collections.Generic.IDictionary<object,Microsoft.Bot.Builder.FormFlow.DescribeAttribute> dictionary);
abstract member LookupDictionary : string * System.Collections.Generic.IDictionary<obj, Microsoft.Bot.Builder.FormFlow.DescribeAttribute> -> unit
Public Sub LookupDictionary (prefix As String, dictionary As IDictionary(Of Object, DescribeAttribute))

参数

prefix
String

前缀。

dictionary
IDictionary<Object,DescribeAttribute>

具有现有值的字典。

适用于

LookupDictionary(String, IDictionary<Object,TermsAttribute>)

从字典中查找 prefix;object,并替换本地化程序中的值。

public void LookupDictionary(string prefix, System.Collections.Generic.IDictionary<object,Microsoft.Bot.Builder.FormFlow.TermsAttribute> dictionary);
abstract member LookupDictionary : string * System.Collections.Generic.IDictionary<obj, Microsoft.Bot.Builder.FormFlow.TermsAttribute> -> unit
Public Sub LookupDictionary (prefix As String, dictionary As IDictionary(Of Object, TermsAttribute))

参数

prefix
String

前缀。

dictionary
IDictionary<Object,TermsAttribute>

具有现有值的字典。

适用于