SimpleObjectMemory.TryGetValue(String, Object) 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.
Tente obter valor de um determinado caminho.
public bool TryGetValue (string path, out object value);
abstract member TryGetValue : string * obj -> bool
override this.TryGetValue : string * obj -> bool
Public Function TryGetValue (path As String, ByRef value As Object) As Boolean
Parâmetros
- path
- String
Caminho fornecido.
- value
- Object
Valor resolvido.
Retornos
True se a memória contiver um elemento com a chave especificada; caso contrário, false.