ResourceDictionary.Remove method

This topic has not yet been rated - Rate this topic

Removes a specific key-value pair from the ResourceDictionary.

Syntax


public bool Remove(
  KeyValuePair<Object,Object> key
)

Parameters

key

Type: KeyValuePair<Object,Object>

The key-value pair to remove.

Return value

Type: System.Boolean

true if the item was removed, otherwise, false.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml

See also

ResourceDictionary

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.