PersonalizationDictionary.IDictionary.Remove(Object) 方法

定义

实现 Remove(Object) 类的 PersonalizationDictionary 方法。

 virtual void System.Collections.IDictionary.Remove(System::Object ^ key) = System::Collections::IDictionary::Remove;
void IDictionary.Remove (object key);
abstract member System.Collections.IDictionary.Remove : obj -> unit
override this.System.Collections.IDictionary.Remove : obj -> unit
Sub Remove (key As Object) Implements IDictionary.Remove

参数

key
Object

一个 String,它标识要从个性化设置字典中移除的特定 PersonalizationEntry 对象。

实现

例外

key 不是 String

注解

方法 Remove 检查是否 keyString 对象,如果是,则调用 PersonalizationDictionary 类自己的 Remove 方法,并将其 key 传递给它。

适用于

另请参阅