SourceContext.CallStack Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the stack of SourceRange objects which represent the calling relationships between declarative assets.
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)
Property Value
The stack of SourceRange objects which represent the calling relationships between declarative assets.