Compartilhar via


SimpleObjectMemory.TryGetValue(String, Object) Método

Definição

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.

Implementações

Aplica-se a