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)

屬性值

目前的對話方塊堆疊。

適用於