Click or drag to resize
ResourceDictionaryRemove Method (KeyValuePairObject, Object)
Removes the specified KeyValuePair from the ResourceDictionary.

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

Parameters

item
Type: System.Collections.GenericKeyValuePairObject, Object
The KeyValuePair to remove.

Return Value

Type: Boolean
true if the element is successfully found and removed; otherwise, false.
See Also