Share via


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)

속성 값

적용할 큐에 대기 중인 변경 내용 목록입니다.

적용 대상