共用方式為


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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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)

來源:
Preferences.shared.cs
來源:
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

如果索引鍵不存在,則傳回的預設值。

傳回

指定索引鍵的值,如果不存在,則為預設值。

適用於