Compartir a través de


ActionContext.Actions Propiedad

Definición

Obtiene o establece la lista de acciones que se ejecutan.

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

Valor de propiedad

Lista de acciones que se ejecutan.

Se aplica a