ConnectionItems.IDictionary<Object,Object>.TryGetValue 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.
virtual bool System.Collections.Generic.IDictionary<System.Object,System.Object>.TryGetValue(System::Object ^ key, [Runtime::InteropServices::Out] System::Object ^ % value) = System::Collections::Generic::IDictionary<System::Object ^, System::Object ^>::TryGetValue;
bool IDictionary<object,object>.TryGetValue (object key, out object value);
bool IDictionary<object,object>.TryGetValue (object key, out object? value);
abstract member System.Collections.Generic.IDictionary<System.Object,System.Object>.TryGetValue : obj * obj -> bool
override this.System.Collections.Generic.IDictionary<System.Object,System.Object>.TryGetValue : obj * obj -> bool
Function TryGetValue (key As Object, ByRef value As Object) As Boolean Implements IDictionary(Of Object, Object).TryGetValue
Paramètres
- key
- Object
- value
- Object