ModelItemDictionary.IDictionary.Remove(Object) Méthode
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.
Supprime de IDictionary l'élément ayant la clé spécifiée.
virtual void System.Collections.IDictionary.Remove(System::Object ^ key) = System::Collections::IDictionary::Remove;
void IDictionary.Remove (object key);
abstract member System.Collections.IDictionary.Remove : obj -> unit
override this.System.Collections.IDictionary.Remove : obj -> unit
Sub Remove (key As Object) Implements IDictionary.Remove
Paramètres
- key
- Object
Clé de l'élément à supprimer.
Implémente
Remarques
Si l'objet IDictionary ne contient pas d'élément avec la clé spécifiée, IDictionary reste inchangé. Aucune exception n’est générée.