Preferences.Get Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Get(String, String, String) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Int64, String) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Int32, String) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Double, String) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, DateTimeOffset, String) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, DateTime, String) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Boolean, String) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Single, String) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Single) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Int64) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Int32) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Double) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, DateTimeOffset) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, DateTime) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, String) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, Boolean) |
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje. |
Get(String, String, String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- String
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
- sharedName
- String
Sdílený klíč kontejneru.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, Int64, String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Int64
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
- sharedName
- String
Sdílený klíč kontejneru.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, Int32, String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Int32
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
- sharedName
- String
Sdílený klíč kontejneru.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, Double, String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Double
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
- sharedName
- String
Sdílený klíč kontejneru.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, DateTimeOffset, String)
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč pro načtení hodnoty.
- defaultValue
- DateTimeOffset
Výchozí hodnota, která se má vrátit, pokud neexistuje žádná existující hodnota key
.
- sharedName
- String
Název sdíleného kontejneru
Návraty
Hodnota pro daný klíč nebo hodnota, defaultValue
pokud neexistuje.
Platí pro
Get(String, DateTime, String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- DateTime
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
- sharedName
- String
Sdílený klíč kontejneru.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, Boolean, String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Boolean
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
- sharedName
- String
Sdílený klíč kontejneru.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, Single, String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Single
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
- sharedName
- String
Sdílený klíč kontejneru.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, Single)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Single
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, Int64)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Int64
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, Int32)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Int32
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, Double)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Double
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, DateTimeOffset)
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč pro načtení hodnoty.
- defaultValue
- DateTimeOffset
Výchozí hodnota, která se má vrátit, pokud neexistuje žádná existující hodnota key
.
Návraty
Hodnota pro daný klíč nebo hodnota, defaultValue
pokud neexistuje.
Platí pro
Get(String, DateTime)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- DateTime
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.
Platí pro
Get(String, String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč pro načtení hodnoty.
- defaultValue
- String
Výchozí hodnota, která se má vrátit, pokud neexistuje žádná existující hodnota key
.
Návraty
Hodnota pro daný klíč nebo hodnota, defaultValue
pokud neexistuje.
Platí pro
Get(String, Boolean)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Získá hodnotu pro daný klíč nebo výchozí zadaný, pokud klíč neexistuje.
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
Parametry
- key
- String
Klíč předvoleb.
- defaultValue
- Boolean
Výchozí hodnota, která se má vrátit, pokud klíč neexistuje.
Návraty
Hodnota pro daný klíč nebo výchozí hodnota, pokud neexistuje.