ConnectionItems.IDictionary<Object,Object>.TryGetValue Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- key
- Object
- value
- Object