DialogContext.Stack Eigenschaft

Definition

Ruft den aktuellen Dialogstapel ab.

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)

Eigenschaftswert

Der aktuelle Dialogstapel.

Gilt für: