共用方式為


ResourceExplorer.ResolveRefAsync 方法

定義

將 ref 解析為實際物件。

public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken> ResolveRefAsync (Newtonsoft.Json.Linq.JToken refToken, Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext sourceContext, System.Threading.CancellationToken cancellationToken = default);
member this.ResolveRefAsync : Newtonsoft.Json.Linq.JToken * Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken>
Public Function ResolveRefAsync (refToken As JToken, sourceContext As SourceContext, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JToken)

參數

refToken
Newtonsoft.Json.Linq.JToken

參考。

sourceContext
SourceContext

用來建置偵錯工具來源對應的來源內容。

cancellationToken
CancellationToken

工作的 CancellationToken

傳回

Task<Newtonsoft.Json.Linq.JToken>

參考所參考的已解析物件。

適用於