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 的地方。

返回

如果找到,则为

实现

注解

对于 , NullSourceMap 总是返回 false

适用于