EditActions.Actions 属性

定义

获取或设置要应用于活动操作的操作。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> Actions { get; set; }
member this.Actions : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> with get, set
Public Property Actions As List(Of Dialog)

属性值

要应用于活动操作的操作。

适用于