ForEachElement(IEnumerable<Dialog>) 构造函数

定义

初始化 ForEachElement 类的新实例。

public ForEachElement(System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Dialog> actions = default);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ForEachElement : seq<Microsoft.Bot.Builder.Dialogs.Dialog> -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ForEachElement
Public Sub New (Optional actions As IEnumerable(Of Dialog) = Nothing)

参数

actions
IEnumerable<Dialog>

要执行的操作。

适用于