NSTableViewSource.ShouldTrackCell Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("tableView:shouldTrackCell:forTableColumn:row:")]
public virtual bool ShouldTrackCell (AppKit.NSTableView tableView, AppKit.NSCell cell, AppKit.NSTableColumn tableColumn, nint row);
abstract member ShouldTrackCell : AppKit.NSTableView * AppKit.NSCell * AppKit.NSTableColumn * nint -> bool
override this.ShouldTrackCell : AppKit.NSTableView * AppKit.NSCell * AppKit.NSTableColumn * nint -> bool
Parâmetros
- tableView
- NSTableView
- cell
- NSCell
- tableColumn
- NSTableColumn
- row
- System.System.IntPtr System.nativeint
Retornos
- Atributos