C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml
ResourceDictionary Class
ResourceDictionary Methods
Remove Method
Remove Method (KeyValuePair(Object, Object))
Remove Method (Object)
ResourceDictionary
Remove Method (KeyValuePair
Object, Object
)
Removes the specified KeyValuePair from the ResourceDictionary.
Namespace:
Windows.UI.Xaml
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
bool
Remove
(
KeyValuePair
<
Object
,
Object
>
item
)
Parameters
item
Type:
System.Collections.Generic
KeyValuePair
Object
,
Object
The KeyValuePair to remove.
Return Value
Type:
Boolean
true if the element is successfully found and removed; otherwise, false.
See Also
Reference
ResourceDictionary Class
Remove Overload
Windows.UI.Xaml Namespace