ISourceMap.TryGetValue(Object, SourceRange) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查一下某个对象的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。