ResourceDictionary.Remove(Object) Method

Definition

Removes a specific item from the ResourceDictionary.

public:
 virtual void Remove(Platform::Object ^ key) = IMap<Platform::Object ^, Platform::Object ^>::Remove;
void Remove(IInspectable const& key);
public void Remove(object key);
function remove(key)
Public Sub Remove (key As Object)

Parameters

key
Object

Platform::Object

IInspectable

The key of the item to remove.

Implements

Applies to

See also