ConnectionItems.IDictionary<Object,Object>.Item[Object] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Parámetros
- key
- Object