ResourceDictionary.Remove(String) 方法

定义

ResourceDictionary 中删除 key 标识的键和值。

public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool

参数

key
System.String

要删除的键值对的标识符。

返回

System.Boolean

如果密钥存在且删除成功,则为 true

实现

System.Collections.Generic.IDictionary`2.Remove(`0)

适用于