PersonalizationDictionary.IDictionary.Remove(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作 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方法會檢查是否 key
為 String 物件,如果是,則會呼叫 PersonalizationDictionary 類別本身的 Remove 方法,並傳遞 key
給它。