Share via


INSOutlineViewDelegate.GetSelectionIndexes(NSOutlineView, NSIndexSet) Method

Definition

[Foundation.Export("outlineView:selectionIndexesForProposedSelection:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexSet GetSelectionIndexes(AppKit.NSOutlineView outlineView, Foundation.NSIndexSet proposedSelectionIndexes);
[<Foundation.Export("outlineView:selectionIndexesForProposedSelection:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to