共用方式為


Preferences.ContainsKey 方法

定義

多載

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。

適用於