Share via


NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.GetObjectValue Method

Definition

[Foundation.Export("tableView:objectValueForTableColumn:row:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject GetObjectValue(AppKit.NSTableView tableView, AppKit.NSTableColumn tableColumn, IntPtr row);
[<Foundation.Export("tableView:objectValueForTableColumn:row:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetObjectValue : AppKit.NSTableView * AppKit.NSTableColumn * nativeint -> Foundation.NSObject
override this.GetObjectValue : AppKit.NSTableView * AppKit.NSTableColumn * nativeint -> Foundation.NSObject

Parameters

tableView
NSTableView
tableColumn
NSTableColumn
row
IntPtr

nativeint

Returns

Implements

Attributes

Applies to