Share via


NSBrowserDelegate.WriteRowsWithIndexesToPasteboard Method

Definition

[Foundation.Export("browser:writeRowsWithIndexes:inColumn:toPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WriteRowsWithIndexesToPasteboard(AppKit.NSBrowser browser, Foundation.NSIndexSet rowIndexes, IntPtr column, AppKit.NSPasteboard pasteboard);
[<Foundation.Export("browser:writeRowsWithIndexes:inColumn:toPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteRowsWithIndexesToPasteboard : AppKit.NSBrowser * Foundation.NSIndexSet * nativeint * AppKit.NSPasteboard -> bool
override this.WriteRowsWithIndexesToPasteboard : AppKit.NSBrowser * Foundation.NSIndexSet * nativeint * AppKit.NSPasteboard -> bool

Parameters

browser
NSBrowser
rowIndexes
NSIndexSet
column
IntPtr

nativeint

pasteboard
NSPasteboard

Returns

Implements

Attributes

Applies to