Share via


NSBrowserDelegate.SelectionIndexesForProposedSelection Method

Definition

[Foundation.Export("browser:selectionIndexesForProposedSelection:inColumn:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexSet SelectionIndexesForProposedSelection(AppKit.NSBrowser browser, Foundation.NSIndexSet proposedSelectionIndexes, IntPtr inColumn);
[<Foundation.Export("browser:selectionIndexesForProposedSelection:inColumn:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectionIndexesForProposedSelection : AppKit.NSBrowser * Foundation.NSIndexSet * nativeint -> Foundation.NSIndexSet
override this.SelectionIndexesForProposedSelection : AppKit.NSBrowser * Foundation.NSIndexSet * nativeint -> Foundation.NSIndexSet

Parameters

browser
NSBrowser
proposedSelectionIndexes
NSIndexSet
inColumn
IntPtr

nativeint

Returns

Implements

Attributes

Applies to