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>

기존 값이 있는 템플릿 사전입니다.

적용 대상