Compartir a través de


ActionContext.Changes Propiedad

Definición

Obtiene la lista de cambios que se ponen en cola para aplicar.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList> Changes { get; }
member this.Changes : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList>
Public ReadOnly Property Changes As List(Of ActionChangeList)

Valor de propiedad

Lista de cambios que se ponen en cola para aplicar.

Se aplica a