Preferences.Remove 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Remove(String) |
如果索引鍵存在,則會移除索引鍵及其相關聯的值。 |
Remove(String, String) |
如果索引鍵存在,則會移除索引鍵及其相關聯的值。 |
Remove(String)
如果索引鍵存在,則會移除索引鍵及其相關聯的值。
public static void Remove (string key);
參數
- key
- System.String
喜好設定機碼。
適用於
Remove(String, String)
如果索引鍵存在,則會移除索引鍵及其相關聯的值。
public static void Remove (string key, string sharedName);
參數
- key
- System.String
喜好設定機碼。
- sharedName
- System.String
共用容器名稱。