Udostępnij za pośrednictwem


ResourceDictionary.Remove(String) Metoda

Definicja

Usuwa klucz i wartość zidentyfikowaną przez key element z elementu ResourceDictionary.

public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool

Parametry

key
System.String

Identyfikator pary klucz-wartość do usunięcia.

Zwraca

System.Boolean

true jeśli klucz istniał, a usunięcie zakończyło się pomyślnie.

Implementuje

System.Collections.Generic.IDictionary`2.Remove(`0)

Dotyczy