共用方式為


LGResourceLoader.GroupByLocale(ResourceExplorer) 方法

定義

從指定的資源路徑將地區設定分組。

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

參數

resourceExplorer
ResourceExplorer

ResourceExplorer 用於群組的路徑。

傳回

分組地區設定的字典。

適用於