NSObject.SetValueForUndefinedKey(NSObject, NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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