NSTableViewDelegate_Extensions.ShouldTrackCell 方法

定义

public static bool ShouldTrackCell(this AppKit.INSTableViewDelegate This, AppKit.NSTableView tableView, AppKit.NSCell cell, AppKit.NSTableColumn tableColumn, nint row);
static member ShouldTrackCell : AppKit.INSTableViewDelegate * AppKit.NSTableView * AppKit.NSCell * AppKit.NSTableColumn * nint -> bool

参数

tableView
NSTableView
cell
NSCell
tableColumn
NSTableColumn
row
System.System.IntPtr System.nativeint

返回

适用于