PersonalizationDictionary.IDictionary.Remove(Object) Metoda

Definicja

Implementuje metodę Remove(Object)PersonalizationDictionary klasy .

 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

Parametry

key
Object

Element String identyfikujący określony PersonalizationEntry obiekt do usunięcia ze słownika personalizacji.

Implementuje

Wyjątki

key nie jest elementem String.

Uwagi

Metoda Remove sprawdza, czy key jest obiektem, a jeśli tak, wywołuje PersonalizationDictionary własną StringRemove metodę klasy, przekazując key ją.

Dotyczy

Zobacz też