Delen via


LGResourceLoader.GroupByLocale(ResourceExplorer) Methode

Definitie

Groepeert landinstellingen van een bepaald resourcepad.

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

Parameters

resourceExplorer
ResourceExplorer

ResourceExplorer voor het pad naar groep.

Retouren

Woordenlijst van gegroepeerde landinstellingen.

Van toepassing op