Sdílet prostřednictvím


ILocalizer.LookupTemplates Metoda

Definice

Vyhledá předponu, použití a nahrazení vzorů v šabloně z lokalizéru.

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

Parametry

prefix
String

Předpona

templates
IDictionary<TemplateUsage,TemplateAttribute>

Slovník šablon s existujícími hodnotami.

Platí pro