ResourceDictionary.Remove(Object) 方法

定义

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)

参数

key
Object

Platform::Object

IInspectable

要移除的项的键。

实现

适用于

另请参阅