ResourceDictionary.Remove Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes a specific item from the ResourceDictionary.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- key
- Type: System.String
The string key of the item to remove.
| Exception | Condition |
|---|---|
| ArgumentNullException | key is Nothing. |
Show: