次の方法で共有


ConnectionItems.IDictionary<Object,Object>.TryGetValue メソッド

定義

 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

パラメーター

key
Object
value
Object

戻り値

適用対象