NSOutlineViewDelegate.GetCell(NSOutlineView, NSTableColumn, NSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("outlineView:dataCellForTableColumn:item:")]
public virtual AppKit.NSCell GetCell (AppKit.NSOutlineView outlineView, AppKit.NSTableColumn tableColumn, Foundation.NSObject item);
abstract member GetCell : AppKit.NSOutlineView * AppKit.NSTableColumn * Foundation.NSObject -> AppKit.NSCell
override this.GetCell : AppKit.NSOutlineView * AppKit.NSTableColumn * Foundation.NSObject -> AppKit.NSCell
Parameters
- outlineView
- NSOutlineView
- tableColumn
- NSTableColumn
- item
- NSObject
Returns
- Attributes