Delen via


DialogContext.Stack Eigenschap

Definitie

Hiermee haalt u de huidige dialoogvensterstack op.

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)

Waarde van eigenschap

De huidige dialoogvensterstack.

Van toepassing op