NullSourceMap.TryGetValue(Object, SourceRange) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
查閱 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
回 。