ResourceDictionaryAdd Method (Object, Object) |
Adds the specified key and value to the ResourceDictionary.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public void Add(
Object key,
Object value
)
Parameters
- key
- Type: SystemObject
The key of the element to add. - value
- Type: SystemObject
The value of the element to add. The value can be null for reference types.
See Also