Compartilhar via


SourceContext.CallStack Propriedade

Definição

Obtém a pilha de objetos SourceRange que representam as relações de chamada entre ativos declarativos.

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

Valor da propriedade

A pilha de objetos SourceRange que representam as relações de chamada entre ativos declarativos.

Aplica-se a