NSObject.SetValueForKeyPath 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.
Overloads
SetValueForKeyPath(NSObject, NSString)
[Foundation.Export("setValue:forKeyPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetValueForKeyPath(Foundation.NSObject value, Foundation.NSString keyPath);
[<Foundation.Export("setValue:forKeyPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetValueForKeyPath : Foundation.NSObject * Foundation.NSString -> unit
override this.SetValueForKeyPath : Foundation.NSObject * Foundation.NSString -> unit
Parameters
- value
- NSObject
- keyPath
- NSString
- Attributes
Applies to
SetValueForKeyPath(NativeHandle, NSString)
public void SetValueForKeyPath(ObjCRuntime.NativeHandle handle, Foundation.NSString keyPath);
member this.SetValueForKeyPath : ObjCRuntime.NativeHandle * Foundation.NSString -> unit
Parameters
- handle
- NativeHandle
- keyPath
- NSString