Delen via


TemplateBaseAttribute Constructors

Definitie

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.

Van toepassing op