IPreferences.ContainsKey(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查指定索引鍵是否存在。
public bool ContainsKey (string key, string? sharedName = default);
abstract member ContainsKey : string * string -> bool
Public Function ContainsKey (key As String, Optional sharedName As String = Nothing) As Boolean
參數
- key
- String
要進行檢查的按鍵。
- sharedName
- String
共用容器名稱。
傳回
true
如果索引鍵存在於喜好設定中,則為 ,否則 false
為 。