ReadOnlyDictionary<TKey,TValue>.IDictionary.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.
Obtient l'élément ayant la clé spécifiée.
property System::Object ^ System::Collections::IDictionary::Item[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
object System.Collections.IDictionary.Item[object key] { get; set; }
object? System.Collections.IDictionary.Item[object key] { get; set; }
member this.System.Collections.IDictionary.Item(obj) : obj with get, set
Property Item(key As Object) As Object Implements IDictionary.Item
Paramètres
- key
- Object
Clé de l'élément à obtenir ou définir.
Valeur de propriété
Élément qui contient la clé spécifiée.
Implémente
Exceptions
key
a la valeur null
.
La propriété est définie.
- ou -
La propriété est définie, key
n'existe pas dans la collection et le dictionnaire a une taille fixe.
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ReadOnlyDictionary<TKey,TValue> est castée en interface IDictionary.