ResourceDictionary::Remove Method (Object^)
.NET Framework (current version)
Removes the entry with the specified key from the base dictionary.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- key
-
Type:
System::Object^
Key of the entry to remove.
Implements
IDictionary::Remove(Object^)| Exception | Condition |
|---|---|
| InvalidOperationException | The ResourceDictionary is locked or read-only. |
If the ResourceDictionary does not contain an element with the specified key, the ResourceDictionary remains unchanged. No exception is raised.
This method does not remove keys from the MergedDictionaries. You must obtain the specific ResourceDictionary from the collection to remove those keys, but that might not be possible because you are typically accessing such a dictionary remotely.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: