Share via


INSOutlineViewDataSource.OutlineViewwriteItemstoPasteboard Method

Definition

[Foundation.Export("outlineView:writeItems:toPasteboard:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool OutlineViewwriteItemstoPasteboard(AppKit.NSOutlineView outlineView, Foundation.NSArray items, AppKit.NSPasteboard pboard);
[<Foundation.Export("outlineView:writeItems:toPasteboard:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member OutlineViewwriteItemstoPasteboard : AppKit.NSOutlineView * Foundation.NSArray * AppKit.NSPasteboard -> bool
override this.OutlineViewwriteItemstoPasteboard : AppKit.NSOutlineView * Foundation.NSArray * AppKit.NSPasteboard -> bool

Parameters

outlineView
NSOutlineView
items
NSArray
pboard
NSPasteboard

Returns

Attributes

Applies to