SourceContext.CallStack 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 SourceRange 物件的堆疊,代表宣告式資產之間的呼叫關聯性。
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)
屬性值
SourceRange 物件的堆疊,代表宣告式資產之間的呼叫關聯性。