NSTableViewSource.GetSelectionIndexes(NSTableView, NSIndexSet) Method

Definition

[Foundation.Export("tableView:selectionIndexesForProposedSelection:")]
public virtual Foundation.NSIndexSet GetSelectionIndexes (AppKit.NSTableView tableView, Foundation.NSIndexSet proposedSelectionIndexes);
abstract member GetSelectionIndexes : AppKit.NSTableView * Foundation.NSIndexSet -> Foundation.NSIndexSet
override this.GetSelectionIndexes : AppKit.NSTableView * Foundation.NSIndexSet -> Foundation.NSIndexSet

Parameters

tableView
NSTableView
proposedSelectionIndexes
NSIndexSet

Returns

Attributes

Applies to