ILocalizer.LookupDictionary Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| LookupDictionary(String, IDictionary<Object,DescribeAttribute>) |
Zoek voorvoegsel op;object uit woordenlijst en vervang de waarde van de lokalisatiefunctie. |
| LookupDictionary(String, IDictionary<Object,TermsAttribute>) |
Zoek voorvoegsel op;object uit woordenlijst en vervang waarden uit de lokalisatiefunctie. |
LookupDictionary(String, IDictionary<Object,DescribeAttribute>)
Zoek voorvoegsel op;object uit woordenlijst en vervang de waarde van de lokalisatiefunctie.
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
Het voorvoegsel.
- dictionary
- IDictionary<Object,DescribeAttribute>
Woordenlijst met bestaande waarden.
Van toepassing op
LookupDictionary(String, IDictionary<Object,TermsAttribute>)
Zoek voorvoegsel op;object uit woordenlijst en vervang waarden uit de lokalisatiefunctie.
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
Het voorvoegsel.
- dictionary
- IDictionary<Object,TermsAttribute>
Woordenlijst met bestaande waarden.