Preferences.Get 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Get(String, String, String) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Int64, String) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Int32, String) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Double, String) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, DateTime, String) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Boolean, String) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Single, String) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Single) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Int64) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Int32) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Double) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, DateTime) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, Boolean) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, String) |
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。 |
Get(String, String, String)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static string Get (string key, string defaultValue, string sharedName);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.String
如果索引鍵不存在,則傳回的預設值。
- sharedName
- System.String
共用容器金鑰。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Int64, String)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static long Get (string key, long defaultValue, string sharedName);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Int64
如果索引鍵不存在,則傳回的預設值。
- sharedName
- System.String
共用容器金鑰。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Int32, String)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static int Get (string key, int defaultValue, string sharedName);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Int32
如果索引鍵不存在,則傳回的預設值。
- sharedName
- System.String
共用容器金鑰。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Double, String)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static double Get (string key, double defaultValue, string sharedName);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Double
如果索引鍵不存在,則傳回的預設值。
- sharedName
- System.String
共用容器金鑰。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, DateTime, String)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static DateTime Get (string key, DateTime defaultValue, string sharedName);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.DateTime
如果索引鍵不存在,則傳回的預設值。
- sharedName
- System.String
共用容器金鑰。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Boolean, String)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static bool Get (string key, bool defaultValue, string sharedName);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Boolean
如果索引鍵不存在,則傳回的預設值。
- sharedName
- System.String
共用容器金鑰。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Single, String)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static float Get (string key, float defaultValue, string sharedName);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Single
如果索引鍵不存在,則傳回的預設值。
- sharedName
- System.String
共用容器金鑰。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Single)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static float Get (string key, float defaultValue);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Single
如果索引鍵不存在,則傳回的預設值。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Int64)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static long Get (string key, long defaultValue);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Int64
如果索引鍵不存在,則傳回的預設值。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Int32)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static int Get (string key, int defaultValue);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Int32
如果索引鍵不存在,則傳回的預設值。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Double)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static double Get (string key, double defaultValue);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Double
如果索引鍵不存在,則傳回的預設值。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, DateTime)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static DateTime Get (string key, DateTime defaultValue);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.DateTime
如果索引鍵不存在,則傳回的預設值。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, Boolean)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static bool Get (string key, bool defaultValue);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.Boolean
如果索引鍵不存在,則傳回的預設值。
傳回
指定索引鍵的值,如果不存在,則為預設值。
適用於
Get(String, String)
取得指定索引鍵的值,如果索引鍵不存在,則為指定的預設值。
public static string Get (string key, string defaultValue);
參數
- key
- System.String
喜好設定機碼。
- defaultValue
- System.String
如果索引鍵不存在,則傳回的預設值。
傳回
指定索引鍵的值,如果不存在,則為預設值。