Share via


NSBrowserDelegate_Extensions.WriteRowsWithIndexesToPasteboard Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool WriteRowsWithIndexesToPasteboard(this AppKit.INSBrowserDelegate This, AppKit.NSBrowser browser, Foundation.NSIndexSet rowIndexes, IntPtr column, AppKit.NSPasteboard pasteboard);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WriteRowsWithIndexesToPasteboard : AppKit.INSBrowserDelegate * AppKit.NSBrowser * Foundation.NSIndexSet * nativeint * AppKit.NSPasteboard -> bool

Parameters

browser
NSBrowser
rowIndexes
NSIndexSet
column
IntPtr

nativeint

pasteboard
NSPasteboard

Returns

Attributes

Applies to