ActionContext.Changes 属性

定义

获取排队要应用的更改的列表。

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)

属性值

排队等待应用的更改列表。

适用于