Partilhar via


StackedMemory.TryGetValue(String, Object) Método

Definição

Experimente obter valor a partir 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 especificado.

value
Object

Valor resolvido.

Devoluções

Verdadeiro se a memória contiver um elemento com a chave especificada; caso contrário, falso.

Implementações

Aplica-se a