Udostępnij przez


TemplateBaseAttribute Konstruktory

Definicja

Przeciążenia

TemplateBaseAttribute(TemplateBaseAttribute)

Inicjuj z innego szablonu.

TemplateBaseAttribute(String[])

Zainicjuj wiele wzorców, które zostaną wybrane losowo.

TemplateBaseAttribute(TemplateBaseAttribute)

Źródło:
Attributes.cs

Inicjuj z innego szablonu.

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)

Parametry

other
TemplateBaseAttribute

Szablon do skopiowania.

Dotyczy

TemplateBaseAttribute(String[])

Źródło:
Attributes.cs

Zainicjuj wiele wzorców, które zostaną wybrane losowo.

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())

Parametry

patterns
String[]

Możliwe wzorce.

Dotyczy