Preferences.ContainsKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ContainsKey(String) |
檢查指定金鑰是否存在。 |
ContainsKey(String, String) |
檢查指定金鑰是否存在。 |
ContainsKey(String)
檢查指定金鑰是否存在。
public static bool ContainsKey (string key);
參數
- key
- System.String
喜好設定機碼。
傳回
System.Boolean
如果索引鍵存在,則傳回 true。
適用於
ContainsKey(String, String)
檢查指定金鑰是否存在。
public static bool ContainsKey (string key, string sharedName);
參數
- key
- System.String
喜好設定機碼。
- sharedName
- System.String
共用容器名稱。
傳回
System.Boolean
如果索引鍵存在,則傳回 true。