共用方式為


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 回 。

適用於