Share via


NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.GetPasteboardWriterForRow Method

Definition

[Foundation.Export("tableView:pasteboardWriterForRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.INSPasteboardWriting GetPasteboardWriterForRow(AppKit.NSTableView tableView, IntPtr row);
[<Foundation.Export("tableView:pasteboardWriterForRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPasteboardWriterForRow : AppKit.NSTableView * nativeint -> AppKit.INSPasteboardWriting
override this.GetPasteboardWriterForRow : AppKit.NSTableView * nativeint -> AppKit.INSPasteboardWriting

Parameters

tableView
NSTableView
row
IntPtr

nativeint

Returns

Implements

Attributes

Applies to