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

削除する項目のキー。

実装

適用対象

こちらもご覧ください