Share via


NSOutlineViewDelegate.GetSelectionIndexes(NSOutlineView, NSIndexSet) Method

Definition

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

Parameters

outlineView
NSOutlineView
proposedSelectionIndexes
NSIndexSet

Returns

Implements

Attributes

Applies to