Share via


NSTableViewDelegate.GetSelectionIndexes(NSTableView, NSIndexSet) Method

Definition

[Foundation.Export("tableView:selectionIndexesForProposedSelection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexSet GetSelectionIndexes(AppKit.NSTableView tableView, Foundation.NSIndexSet proposedSelectionIndexes);
[<Foundation.Export("tableView:selectionIndexesForProposedSelection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSelectionIndexes : AppKit.NSTableView * Foundation.NSIndexSet -> Foundation.NSIndexSet
override this.GetSelectionIndexes : AppKit.NSTableView * Foundation.NSIndexSet -> Foundation.NSIndexSet

Parameters

tableView
NSTableView
proposedSelectionIndexes
NSIndexSet

Returns

Implements

Attributes

Applies to