Click or drag to resize
ResourceDictionaryRemove Method (Object)
Removes the value with the specified key from the ResourceDictionary.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool Remove(
	Object key
)

Parameters

key
Type: SystemObject
The key of the element to remove.

Return Value

Type: Boolean
true if the element is successfully found and removed; otherwise, false. This method returns false if key is not found in the ResourceDictionary.
See Also