共用方式為


ISecureStorage.Remove(String) 方法

定義

如果索引鍵存在,則移除索引鍵及其相關聯的值。

public:
 bool Remove(System::String ^ key);
public bool Remove (string key);
abstract member Remove : string -> bool
Public Function Remove (key As String) As Boolean

參數

key
String

要移除的索引鍵。

傳回

適用於