NSBrowserDelegate.SelectionIndexesForProposedSelection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("browser:selectionIndexesForProposedSelection:inColumn:")]
public virtual Foundation.NSIndexSet SelectionIndexesForProposedSelection (AppKit.NSBrowser browser, Foundation.NSIndexSet proposedSelectionIndexes, nint inColumn);
abstract member SelectionIndexesForProposedSelection : AppKit.NSBrowser * Foundation.NSIndexSet * nint -> Foundation.NSIndexSet
override this.SelectionIndexesForProposedSelection : AppKit.NSBrowser * Foundation.NSIndexSet * nint -> Foundation.NSIndexSet
Parameters
- browser
- NSBrowser
- proposedSelectionIndexes
- NSIndexSet
- inColumn
- System.System.IntPtr System.nativeint
Returns
- Attributes