Share via


NSTableViewSource.GetRowView(NSTableView, IntPtr) Method

Definition

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

Parameters

tableView
NSTableView
row
IntPtr

nativeint

Returns

Attributes

Applies to