Share via


ILocalizer.LookupTemplates Method

Definition

Looks up prefix;usage and replace patterns in template from localizer.

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

Parameters

prefix
String

The prefix.

templates
IDictionary<TemplateUsage,TemplateAttribute>

Template dictionary with existing values.

Applies to