ISourceMap.TryGetValue(Object, SourceRange) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Procure as informações sourceRange de um objeto.
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
Parâmetros
- item
- Object
objeto a procurar.
- range
- SourceRange
local para devolver o SourceRange para o objeto.
Devoluções
true se for encontrado.