ConnectionItems.IDictionary<Object,Object>.Item[Object] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- key
- Object