NSCollectionViewDelegate.WriteItems Method

Definition

Overloads

WriteItems(NSCollectionView, NSIndexSet, NSPasteboard)
WriteItems(NSCollectionView, NSSet, NSPasteboard)

WriteItems(NSCollectionView, NSIndexSet, NSPasteboard)

[Foundation.Export("collectionView:writeItemsAtIndexes:toPasteboard:")]
public virtual bool WriteItems (AppKit.NSCollectionView collectionView, Foundation.NSIndexSet indexes, AppKit.NSPasteboard toPasteboard);
abstract member WriteItems : AppKit.NSCollectionView * Foundation.NSIndexSet * AppKit.NSPasteboard -> bool
override this.WriteItems : AppKit.NSCollectionView * Foundation.NSIndexSet * AppKit.NSPasteboard -> bool

Parameters

collectionView
NSCollectionView
indexes
NSIndexSet
toPasteboard
NSPasteboard

Returns

Attributes

Applies to

WriteItems(NSCollectionView, NSSet, NSPasteboard)

[Foundation.Export("collectionView:writeItemsAtIndexPaths:toPasteboard:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool WriteItems (AppKit.NSCollectionView collectionView, Foundation.NSSet indexPaths, AppKit.NSPasteboard pasteboard);
abstract member WriteItems : AppKit.NSCollectionView * Foundation.NSSet * AppKit.NSPasteboard -> bool
override this.WriteItems : AppKit.NSCollectionView * Foundation.NSSet * AppKit.NSPasteboard -> bool

Parameters

collectionView
NSCollectionView
indexPaths
NSSet
pasteboard
NSPasteboard

Returns

Attributes

Applies to