NSObject.ValueForUndefinedKey(NSString) Método

Definição

Indica uma tentativa de ler um valor de uma chave indefinida. Se não for substituído, gerará um 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

Parâmetros

key
NSString

Nome da propriedade Objective-C. Ele deve ser um nome ASCII, começar com uma letra minúscula e não conter espaços.

Retornos

Atributos

Aplica-se a