ResourceDictionary.Remove(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.