NullSourceMap.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.
Pesquise as SourceRange informações de um objeto .
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
Parâmetros
- item
- Object
Objeto a ser pesquisado.
- range
- SourceRange
Local para retornar o SourceRange para o objeto .
Retornos
true
se encontrado.
Implementações
Comentários
Para um NullSourceMap sempre retorna false
.