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)

屬性值

佇列要套用的變更清單。

適用於