ConnectionItems.IDictionary<Object,Object>.Add(Object, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
virtual void System.Collections.Generic.IDictionary<System.Object,System.Object>.Add(System::Object ^ key, System::Object ^ value) = System::Collections::Generic::IDictionary<System::Object ^, System::Object ^>::Add;
void IDictionary<object,object>.Add (object key, object value);
void IDictionary<object,object>.Add (object key, object? value);
abstract member System.Collections.Generic.IDictionary<System.Object,System.Object>.Add : obj * obj -> unit
override this.System.Collections.Generic.IDictionary<System.Object,System.Object>.Add : obj * obj -> unit
Sub Add (key As Object, value As Object) Implements IDictionary(Of Object, Object).Add
パラメーター
- key
- Object
- value
- Object