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
如果键不存在,则返回的默认值。
返回
给定键的值;如果不存在,则为默认值。