PersonalizationDictionary.IDictionary.Remove(Object) Méthode

Définition

Implémente la méthode Remove(Object) pour la classe PersonalizationDictionary.

 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

String qui identifie un objet PersonalizationEntry particulier à supprimer du dictionnaire de personnalisation.

Implémente

Exceptions

key n’est pas un String.

Remarques

La Remove méthode vérifie si key est un String objet et, si tel est le cas, elle appelle la PersonalizationDictionary méthode propre à la classe Remove , en lui transmettant key .

S’applique à

Voir aussi