Share via


ISourceMap.TryGetValue(Object, SourceRange) Method

Definition

Look up the SourceRange information for an object.

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

Parameters

item
Object

object to look up.

range
SourceRange

place to return the SourceRange for the object.

Returns

true if found.

Applies to