次の方法で共有


ISourceMap.TryGetValue(Object, SourceRange) メソッド

定義

オブジェクトの SourceRange 情報を検索します。

public bool TryGetValue(object item, out Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange range);
abstract member TryGetValue : obj * SourceRange -> bool
Public Function TryGetValue (item As Object, ByRef range As SourceRange) As Boolean

パラメーター

item
Object

オブジェクトを参照します。

range
SourceRange

を指定して、 オブジェクトの SourceRange を返します。

戻り値

見つかった場合は true。

適用対象