Localizer.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>) | |
LookupDictionary(String, IDictionary<Object,TermsAttribute>) |
LookupDictionary(String, IDictionary<Object,DescribeAttribute>)
- Source:
- Localizer.cs
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
override this.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
- dictionary
- IDictionary<Object,DescribeAttribute>
Implements
Applies to
LookupDictionary(String, IDictionary<Object,TermsAttribute>)
- Source:
- Localizer.cs
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
override this.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
- dictionary
- IDictionary<Object,TermsAttribute>