TemplateBaseAttribute Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
TemplateBaseAttribute(TemplateBaseAttribute) |
Initialiseren vanuit een andere sjabloon. |
TemplateBaseAttribute(String[]) |
Initialiseer met meerdere patronen waaruit willekeurig wordt gekozen. |
TemplateBaseAttribute(TemplateBaseAttribute)
- Bron:
- Attributes.cs
Initialiseren vanuit een andere sjabloon.
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
De sjabloon waaruit u wilt kopiƫren.
Van toepassing op
TemplateBaseAttribute(String[])
- Bron:
- Attributes.cs
Initialiseer met meerdere patronen waaruit willekeurig wordt gekozen.
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[]
Mogelijke patronen.