Localizer.LookupDictionary Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
LookupDictionary(String, IDictionary<Object,DescribeAttribute>) | |
LookupDictionary(String, IDictionary<Object,TermsAttribute>) |
LookupDictionary(String, IDictionary<Object,DescribeAttribute>)
- Quelle:
- 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))
Parameter
- prefix
- String
- dictionary
- IDictionary<Object,DescribeAttribute>
Implementiert
Gilt für:
LookupDictionary(String, IDictionary<Object,TermsAttribute>)
- Quelle:
- 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))
Parameter
- prefix
- String
- dictionary
- IDictionary<Object,TermsAttribute>