Share via


NSTableViewDelegate.CoreGetRowView(NSTableView, IntPtr) Method

Definition

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

Parameters

tableView
NSTableView
row
IntPtr

nativeint

Returns

Implements

Attributes

Applies to