Share via


NSObject.SetValueForUndefinedKey(NSObject, NSString) Method

Definition

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

Parameters

value
NSObject
undefinedKey
NSString
Attributes

Applies to