共用方式為


SourceContext.CallStack 屬性

定義

取得 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 物件的堆疊,代表宣告式資產之間的呼叫關聯性。

適用於