Partager via


DialogContext.Stack Propriété

Définition

Obtient la pile de dialogues actuelle.

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)

Valeur de propriété

Pile de boîtes de dialogue actuelle.

S’applique à