NSObject.ValueForUndefinedKey(NSString) Metodo

Definizione

Indica un tentativo di lettura di un valore di una chiave non definita. Se non ne viene eseguito l'override, genera un'eccezione 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

Parametri

key
NSString

Nome della proprietà Objective-C. Deve essere un nome ASCII, iniziare con una lettera minuscola e non contenere spazi.

Restituisce

Attributi

Si applica a