Preferences.Get 方法

定义

重载

Get(String, String, String)

获取给定键的值,或指定默认值(如果该键不存在)。

Get(String, Int64, String)

获取给定键的值,或指定默认值(如果该键不存在)。

Get(String, Int32, String)

获取给定键的值,或指定默认值(如果该键不存在)。

Get(String, Double, String)

获取给定键的值,或指定默认值(如果该键不存在)。

Get(String, DateTimeOffset, 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, DateTimeOffset)

获取给定键的值,或指定默认值(如果该键不存在)。

Get(String, DateTime)

获取给定键的值,或指定默认值(如果该键不存在)。

Get(String, String)

获取给定键的值,或指定默认值(如果该键不存在)。

Get(String, Boolean)

获取给定键的值,或指定默认值(如果该键不存在)。

Get(String, String, String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static System::String ^ Get(System::String ^ key, System::String ^ defaultValue, System::String ^ sharedName);
public static string? Get (string key, string? defaultValue, string? sharedName);
static member Get : string * string * string -> string
Public Shared Function Get (key As String, defaultValue As String, sharedName As String) As String

参数

key
String

首选项键。

defaultValue
String

如果键不存在,则返回的默认值。

sharedName
String

共享容器密钥。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, Int64, String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static long Get(System::String ^ key, long defaultValue, System::String ^ sharedName);
public static long Get (string key, long defaultValue, string? sharedName);
static member Get : string * int64 * string -> int64
Public Shared Function Get (key As String, defaultValue As Long, sharedName As String) As Long

参数

key
String

首选项键。

defaultValue
Int64

如果键不存在,则返回的默认值。

sharedName
String

共享容器密钥。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, Int32, String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static int Get(System::String ^ key, int defaultValue, System::String ^ sharedName);
public static int Get (string key, int defaultValue, string? sharedName);
static member Get : string * int * string -> int
Public Shared Function Get (key As String, defaultValue As Integer, sharedName As String) As Integer

参数

key
String

首选项键。

defaultValue
Int32

如果键不存在,则返回的默认值。

sharedName
String

共享容器密钥。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, Double, String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static double Get(System::String ^ key, double defaultValue, System::String ^ sharedName);
public static double Get (string key, double defaultValue, string? sharedName);
static member Get : string * double * string -> double
Public Shared Function Get (key As String, defaultValue As Double, sharedName As String) As Double

参数

key
String

首选项键。

defaultValue
Double

如果键不存在,则返回的默认值。

sharedName
String

共享容器密钥。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, DateTimeOffset, String)

Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static DateTimeOffset Get(System::String ^ key, DateTimeOffset defaultValue, System::String ^ sharedName);
public static DateTimeOffset Get (string key, DateTimeOffset defaultValue, string? sharedName);
static member Get : string * DateTimeOffset * string -> DateTimeOffset
Public Shared Function Get (key As String, defaultValue As DateTimeOffset, sharedName As String) As DateTimeOffset

参数

key
String

要检索其值的键。

defaultValue
DateTimeOffset

不存在现有值的 key 默认值。

sharedName
String

共享容器名称。

返回

给定键的值,或值( defaultValue 如果不存在)。

适用于

Get(String, DateTime, String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static DateTime Get(System::String ^ key, DateTime defaultValue, System::String ^ sharedName);
public static DateTime Get (string key, DateTime defaultValue, string? sharedName);
static member Get : string * DateTime * string -> DateTime
Public Shared Function Get (key As String, defaultValue As DateTime, sharedName As String) As DateTime

参数

key
String

首选项键。

defaultValue
DateTime

如果键不存在,则返回的默认值。

sharedName
String

共享容器密钥。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, Boolean, String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static bool Get(System::String ^ key, bool defaultValue, System::String ^ sharedName);
public static bool Get (string key, bool defaultValue, string? sharedName);
static member Get : string * bool * string -> bool
Public Shared Function Get (key As String, defaultValue As Boolean, sharedName As String) As Boolean

参数

key
String

首选项键。

defaultValue
Boolean

如果键不存在,则返回的默认值。

sharedName
String

共享容器密钥。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, Single, String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static float Get(System::String ^ key, float defaultValue, System::String ^ sharedName);
public static float Get (string key, float defaultValue, string? sharedName);
static member Get : string * single * string -> single
Public Shared Function Get (key As String, defaultValue As Single, sharedName As String) As Single

参数

key
String

首选项键。

defaultValue
Single

如果键不存在,则返回的默认值。

sharedName
String

共享容器密钥。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, Single)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static float Get(System::String ^ key, float defaultValue);
public static float Get (string key, float defaultValue);
static member Get : string * single -> single
Public Shared Function Get (key As String, defaultValue As Single) As Single

参数

key
String

首选项键。

defaultValue
Single

如果键不存在,则返回的默认值。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, Int64)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static long Get(System::String ^ key, long defaultValue);
public static long Get (string key, long defaultValue);
static member Get : string * int64 -> int64
Public Shared Function Get (key As String, defaultValue As Long) As Long

参数

key
String

首选项键。

defaultValue
Int64

如果键不存在,则返回的默认值。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, Int32)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static int Get(System::String ^ key, int defaultValue);
public static int Get (string key, int defaultValue);
static member Get : string * int -> int
Public Shared Function Get (key As String, defaultValue As Integer) As Integer

参数

key
String

首选项键。

defaultValue
Int32

如果键不存在,则返回的默认值。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, Double)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static double Get(System::String ^ key, double defaultValue);
public static double Get (string key, double defaultValue);
static member Get : string * double -> double
Public Shared Function Get (key As String, defaultValue As Double) As Double

参数

key
String

首选项键。

defaultValue
Double

如果键不存在,则返回的默认值。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, DateTimeOffset)

Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static DateTimeOffset Get(System::String ^ key, DateTimeOffset defaultValue);
public static DateTimeOffset Get (string key, DateTimeOffset defaultValue);
static member Get : string * DateTimeOffset -> DateTimeOffset
Public Shared Function Get (key As String, defaultValue As DateTimeOffset) As DateTimeOffset

参数

key
String

要检索其值的键。

defaultValue
DateTimeOffset

不存在现有值的 key 默认值。

返回

给定键的值,或值( defaultValue 如果不存在)。

适用于

Get(String, DateTime)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static DateTime Get(System::String ^ key, DateTime defaultValue);
public static DateTime Get (string key, DateTime defaultValue);
static member Get : string * DateTime -> DateTime
Public Shared Function Get (key As String, defaultValue As DateTime) As DateTime

参数

key
String

首选项键。

defaultValue
DateTime

如果键不存在,则返回的默认值。

返回

给定键的值,或默认值(如果不存在)。

适用于

Get(String, String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static System::String ^ Get(System::String ^ key, System::String ^ defaultValue);
public static string? Get (string key, string? defaultValue);
static member Get : string * string -> string
Public Shared Function Get (key As String, defaultValue As String) As String

参数

key
String

要检索其值的键。

defaultValue
String

不存在现有值的 key 默认值。

返回

给定键的值,或值( defaultValue 如果不存在)。

适用于

Get(String, Boolean)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

获取给定键的值,或指定默认值(如果该键不存在)。

public:
 static bool Get(System::String ^ key, bool defaultValue);
public static bool Get (string key, bool defaultValue);
static member Get : string * bool -> bool
Public Shared Function Get (key As String, defaultValue As Boolean) As Boolean

参数

key
String

首选项键。

defaultValue
Boolean

如果键不存在,则返回的默认值。

返回

给定键的值,或默认值(如果不存在)。

适用于