NullSourceMap.TryGetValue(Object, SourceRange) 方法

定义

查找 SourceRange 对象的信息。

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

参数

item
Object

要查找的对象。

range
SourceRange

用于返回 SourceRange 对象的 。

返回

true 如果找到,则为 。

实现

注解

对于 , NullSourceMap 始终返回 false

适用于