次の方法で共有


ILocalizer.LookupTemplates メソッド

定義

ローカライズツールからテンプレート内のプレフィックス、使用法、および置換パターンを検索します。

public void LookupTemplates(string prefix, System.Collections.Generic.IDictionary<Microsoft.Bot.Builder.FormFlow.TemplateUsage,Microsoft.Bot.Builder.FormFlow.TemplateAttribute> templates);
abstract member LookupTemplates : string * System.Collections.Generic.IDictionary<Microsoft.Bot.Builder.FormFlow.TemplateUsage, Microsoft.Bot.Builder.FormFlow.TemplateAttribute> -> unit
Public Sub LookupTemplates (prefix As String, templates As IDictionary(Of TemplateUsage, TemplateAttribute))

パラメーター

prefix
String

プレフィックス。

templates
IDictionary<TemplateUsage,TemplateAttribute>

既存の値を含むテンプレート ディクショナリ。

適用対象