StackedMemory.TryGetValue(String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Essayez d’obtenir la valeur à partir d’un chemin donné.
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
Paramètres
- path
- String
Chemin donné.
- value
- Object
Valeur résolue.
Retours
True si la mémoire contient un élément avec la clé spécifiée ; sinon, false.