NSObject.SetValueForUndefinedKey(NSObject, NSString) Method

Definition

Indicates an attempt to write a value to an undefined key. If not overridden, raises an NSUndefinedKeyException.

[Foundation.Export("setValue:forUndefinedKey:")]
public virtual void SetValueForUndefinedKey (Foundation.NSObject value, Foundation.NSString undefinedKey);
abstract member SetValueForUndefinedKey : Foundation.NSObject * Foundation.NSString -> unit
override this.SetValueForUndefinedKey : Foundation.NSObject * Foundation.NSString -> unit

Parameters

value
NSObject
undefinedKey
NSString
Attributes

Applies to