Compartir a través de


Localizer.LookupDictionary Método

Definición

Sobrecargas

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))

Parámetros

prefix
String

Implementaciones

Se aplica a

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))

Parámetros

prefix
String

Implementaciones

Se aplica a