LGResourceLoader.GroupByLocale(ResourceExplorer) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Grupperar nationella inställningar från en viss resurssökväg.
public static System.Collections.Generic.Dictionary<string,System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> GroupByLocale (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer resourceExplorer);
static member GroupByLocale : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer -> System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>>
Public Shared Function GroupByLocale (resourceExplorer As ResourceExplorer) As Dictionary(Of String, IList(Of Resource))
Parametrar
- resourceExplorer
- ResourceExplorer
ResourceExplorer för sökvägen till gruppen.
Returer
Ordlista för grupperade nationella inställningar.