The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ResourceDictionary.Add Method
.NET Framework 3.0
Adds a resource by key to this ResourceDictionary.
Namespace: System.Windows
Assembly: PresentationFramework (in presentationframework.dll)
Assembly: PresentationFramework (in presentationframework.dll)
| Exception type | Condition |
|---|---|
| The ResourceDictionary is locked or readonly. | |
| An element with the same key already exists in the Hashtable. |
Attempting to add a duplicate key raises an exception.
Keys are always added to the base dictionary. Keys in MergedDictionaries within the current ResourceDictionary are not checked for duplication, only the base dictionary is checked for duplicates.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.