次の方法で共有


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>

実行するアクション。

適用対象