EditContextProperties.TryGetValue(Object, 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.
Obtient la valeur associée à la clé spécifiée, le cas échéant.
public:
bool TryGetValue(System::Object ^ key, [Runtime::InteropServices::Out] System::Object ^ % value);
public bool TryGetValue (object key, out object? value);
member this.TryGetValue : obj * obj -> bool
Public Function TryGetValue (key As Object, ByRef value As Object) As Boolean
Paramètres
- key
- Object
Clé sous laquelle la valeur est stockée.
- value
- Object
Valeur, si elle est présente.
Retours
True si la valeur était présente, sinon false.