NSObject.ValueForUndefinedKey(NSString) 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.
Indique une tentative de lecture d’une valeur d’une clé non définie. S’il n’est pas remplacé, déclenche une exception NSUndefinedKeyException.
[Foundation.Export("valueForUndefinedKey:")]
public virtual Foundation.NSObject ValueForUndefinedKey (Foundation.NSString key);
abstract member ValueForUndefinedKey : Foundation.NSString -> Foundation.NSObject
override this.ValueForUndefinedKey : Foundation.NSString -> Foundation.NSObject
Paramètres
- key
- NSString
Nom de la propriété Objective-C. Il doit s’agir d’un nom ASCII, commencer par une lettre minuscule et ne contenir aucun espace.
Retours
- Attributs