NSUserDefaults.ObjectIsForced Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ObjectIsForced(String) |
True si la clé spécifiée est gérée par un administrateur. |
ObjectIsForced(String, String) |
True si la clé spécifiée est gérée par un administrateur. |
ObjectIsForced(String)
True si la clé spécifiée est gérée par un administrateur.
[Foundation.Export("objectIsForcedForKey:")]
public virtual bool ObjectIsForced (string key);
abstract member ObjectIsForced : string -> bool
override this.ObjectIsForced : string -> bool
Paramètres
- key
- String
Clé à tester.
Retours
Retourne true
si la valeur associée à cette clé est gérée par un administrateur.
- Attributs
Remarques
S’applique à
ObjectIsForced(String, String)
True si la clé spécifiée est gérée par un administrateur.
[Foundation.Export("objectIsForcedForKey:inDomain:")]
public virtual bool ObjectIsForced (string key, string domain);
abstract member ObjectIsForced : string * string -> bool
override this.ObjectIsForced : string * string -> bool
Paramètres
- key
- String
Clé à tester.
- domain
- String
Domaine de la clé.
Retours
Retourne true
si la valeur associée à cette clé est gérée par un administrateur.
- Attributs