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
place 可傳回物件的 SourceRange。
傳回
如果找到,則為 true。