共用方式為


ISourceMap.TryGetValue(Object, SourceRange) 方法

定義

查閱物件的 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。

適用於