Partilhar via


ActionContext.QueueChanges(ActionChangeList) Método

Definição

Coloca em fila um conjunto de alterações que serão aplicadas quando ApplyChanges é chamado.

public void QueueChanges (Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList changes);
member this.QueueChanges : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList -> unit
Public Sub QueueChanges (changes As ActionChangeList)

Parâmetros

changes
ActionChangeList

Planear alterações à fila para cima.

Aplica-se a