Preferences.ContainsKey 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í
ContainsKey(String) |
Zkontroluje existenci daného klíče. |
ContainsKey(String, String) |
Zkontroluje existenci daného klíče. |
ContainsKey(String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Zkontroluje existenci daného klíče.
public:
static bool ContainsKey(System::String ^ key);
public static bool ContainsKey (string key);
static member ContainsKey : string -> bool
Public Shared Function ContainsKey (key As String) As Boolean
Parametry
- key
- String
Klíč, který chcete zkontrolovat.
Návraty
true
pokud klíč existuje v předvolbách, jinak false
.
Platí pro
ContainsKey(String, String)
- Zdroj:
- Preferences.shared.cs
- Zdroj:
- Preferences.shared.cs
Zkontroluje existenci daného klíče.
public:
static bool ContainsKey(System::String ^ key, System::String ^ sharedName);
public static bool ContainsKey (string key, string? sharedName);
static member ContainsKey : string * string -> bool
Public Shared Function ContainsKey (key As String, sharedName As String) As Boolean
Parametry
- key
- String
Klávesa Preference.
- sharedName
- String
Název sdíleného kontejneru.
Návraty
Pokud klíč existuje, vrátí hodnotu true.
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.