Język

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

keynie jest .String

Uwagi

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

Dotyczy

Zobacz też