Partager via


NSObject.ValueForUndefinedKey(NSString) Méthode

Définition

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

S’applique à