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