Click or drag to resize
ResourceDictionaryAdd Method (KeyValuePairObject, Object)
Adds the specified key and value to the ResourceDictionary.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public void Add(
	KeyValuePair<Object, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairObject, Object
A KeyValuePair that contains the key and the value of the element to add.
See Also