DialogContext.Stack 속성

정의

현재 대화 상자 스택을 가져옵니다.

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

속성 값

현재 대화 상자 스택입니다.

적용 대상