Localizer.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>) | |
| LookupDictionary(String, IDictionary<Object,TermsAttribute>) |
LookupDictionary(String, IDictionary<Object,DescribeAttribute>)
- Bron:
- 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>
Implementeringen
Van toepassing op
LookupDictionary(String, IDictionary<Object,TermsAttribute>)
- Bron:
- 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>