共用方式為


NSOutlineViewDelegate.ShouldTrackCell 方法

定義

[Foundation.Export("outlineView:shouldTrackCell:forTableColumn:item:")]
public virtual bool ShouldTrackCell (AppKit.NSOutlineView outlineView, AppKit.NSCell cell, AppKit.NSTableColumn tableColumn, Foundation.NSObject item);
abstract member ShouldTrackCell : AppKit.NSOutlineView * AppKit.NSCell * AppKit.NSTableColumn * Foundation.NSObject -> bool
override this.ShouldTrackCell : AppKit.NSOutlineView * AppKit.NSCell * AppKit.NSTableColumn * Foundation.NSObject -> bool

參數

outlineView
NSOutlineView
cell
NSCell
tableColumn
NSTableColumn
item
NSObject

傳回

屬性

適用於