Dela via


ISourceMap.TryGetValue(Object, SourceRange) Metod

Definition

Leta upp SourceRange-informationen för ett objekt.

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

Parametrar

item
Object

objekt som ska slås upp.

range
SourceRange

plats för att returnera SourceRange för objektet.

Returer

sant om det hittas.

Gäller för