PersonalizationDictionary.IDictionary.Remove(Object) Metod

Definition

Implementerar Remove(Object) -metoden för PersonalizationDictionary klassen.

 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

Parametrar

key
Object

En String som identifierar ett visst PersonalizationEntry objekt att ta bort från anpassningsordlistan.

Implementeringar

Undantag

key är inte en String.

Kommentarer

Metoden Remove kontrollerar om key är ett String objekt, och i så fall anropas PersonalizationDictionary klassens egen Remove metod och skickas key till den.

Gäller för

Se även