ConnectionItems.IDictionary<Object,Object>.TryGetValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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