ILocalizer.LookupDictionary 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.
Overloads
LookupDictionary(String, IDictionary<Object,DescribeAttribute>) |
Look up prefix;object from dictionary and replace value from localizer. |
LookupDictionary(String, IDictionary<Object,TermsAttribute>) |
Look up prefix;object from dictionary and replace values from localizer. |
LookupDictionary(String, IDictionary<Object,DescribeAttribute>)
Look up prefix;object from dictionary and replace value from localizer.
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))
Parameters
- prefix
- String
The prefix.
- dictionary
- IDictionary<Object,DescribeAttribute>
Dictionary with existing values.
Applies to
LookupDictionary(String, IDictionary<Object,TermsAttribute>)
Look up prefix;object from dictionary and replace values from localizer.
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))
Parameters
- prefix
- String
The prefix.
- dictionary
- IDictionary<Object,TermsAttribute>
Dictionary with existing values.