TemplateBaseAttribute Constructors
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.
Overloads
TemplateBaseAttribute(TemplateBaseAttribute) |
Initialize from another template. |
TemplateBaseAttribute(String[]) |
Initialize with multiple patterns that will be chosen from randomly. |
TemplateBaseAttribute(TemplateBaseAttribute)
- Source:
- Attributes.cs
Initialize from another template.
public TemplateBaseAttribute (Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute other);
new Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute : Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute -> Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute
Public Sub New (other As TemplateBaseAttribute)
Parameters
- other
- TemplateBaseAttribute
The template to copy from.
Applies to
TemplateBaseAttribute(String[])
- Source:
- Attributes.cs
Initialize with multiple patterns that will be chosen from randomly.
public TemplateBaseAttribute (params string[] patterns);
new Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute : string[] -> Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute
Public Sub New (ParamArray patterns As String())
Parameters
- patterns
- String[]
Possible patterns.