TemplateBaseAttribute 构造函数

定义

重载

TemplateBaseAttribute(TemplateBaseAttribute)

从另一个模板初始化。

TemplateBaseAttribute(String[])

使用随机选择的多个模式进行初始化。

TemplateBaseAttribute(TemplateBaseAttribute)

Source:
Attributes.cs

从另一个模板初始化。

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)

参数

other
TemplateBaseAttribute

要从中复制的模板。

适用于

TemplateBaseAttribute(String[])

Source:
Attributes.cs

使用随机选择的多个模式进行初始化。

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

参数

patterns
String[]

可能的模式。

适用于