ConnectionItems.IDictionary<Object,Object>.Item[Object] Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
property System::Object ^ System::Collections::Generic::IDictionary<System::Object,System::Object>::Item[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
object System.Collections.Generic.IDictionary<System.Object,System.Object>.Item[object key] { get; set; }
object? System.Collections.Generic.IDictionary<System.Object,System.Object>.Item[object key] { get; set; }
member this.System.Collections.Generic.IDictionary<System.Object,System.Object>.Item(obj) : obj with get, set
Property Item(key As Object) As Object Implements IDictionary(Of Object, Object).Item
Parametri
- key
- Object