LGResourceLoader.GroupByLocale(ResourceExplorer) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Regroupe les paramètres régionaux d’un chemin de ressource donné.
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))
Paramètres
- resourceExplorer
- ResourceExplorer
ResourceExplorer pour le chemin d’accès au groupe.
Retours
Dictionnaire des paramètres régionaux groupés.