Field<T>.ReplaceTemplate(TemplateAttribute) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replace a template in the field.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> ReplaceTemplate (Microsoft.Bot.Builder.FormFlow.TemplateAttribute template);
member this.ReplaceTemplate : Microsoft.Bot.Builder.FormFlow.TemplateAttribute -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function ReplaceTemplate (template As TemplateAttribute) As Field(Of T)
Parameters
- template
- TemplateAttribute
The template.
Returns
A Field<T>.