ResourceDictionary.Remove(Object) Méthode

Définition

Supprime un élément spécifique du ResourceDictionary.

public:
 virtual void Remove(Platform::Object ^ key) = IMap<Platform::Object ^, Platform::Object ^>::Remove;
void Remove(IInspectable const& key);
public void Remove(object key);
function remove(key)
Public Sub Remove (key As Object)

Paramètres

key
Object

Platform::Object

IInspectable

Clé de l'élément à supprimer.

Implémente

S’applique à

Voir aussi