Delen via


ILocalizer.LookupDictionary Methode

Definitie

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.

Van toepassing op