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