Compartilhar via


ResourceDictionary.Remove(String) Método

Definição

Remove a chave e o valor identificados por key do ResourceDictionary.

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

Parâmetros

key
System.String

O identificador do par chave-valor a ser removido.

Retornos

System.Boolean

true se a chave existia e a remoção foi bem-sucedida.

Implementações

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

Aplica-se a