ResourceDictionary.Remove(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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)