ISourceMap.TryGetValue(Object, SourceRange) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Procure um objeto nas informações de 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
Parâmetros
- item
- Object
para pesquisar.
- range
- SourceRange
para retornar o SourceRange para o objeto .
Retornos
true se encontrado.