NSOutlineViewDataSource_Extensions.SetObjectValue 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetObjectValue(this AppKit.INSOutlineViewDataSource This, AppKit.NSOutlineView outlineView, Foundation.NSObject? theObject, AppKit.NSTableColumn? tableColumn, Foundation.NSObject? item);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetObjectValue : AppKit.INSOutlineViewDataSource * AppKit.NSOutlineView * Foundation.NSObject * AppKit.NSTableColumn * Foundation.NSObject -> unit
Parameters
- outlineView
- NSOutlineView
- theObject
- NSObject
- tableColumn
- NSTableColumn
- item
- NSObject
- Attributes