NSCollectionViewDelegate_Extensions.WriteItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WriteItems(INSCollectionViewDelegate, NSCollectionView, NSIndexSet, NSPasteboard) | |
WriteItems(INSCollectionViewDelegate, NSCollectionView, NSSet, NSPasteboard) |
WriteItems(INSCollectionViewDelegate, NSCollectionView, NSIndexSet, NSPasteboard)
public static bool WriteItems (this AppKit.INSCollectionViewDelegate This, AppKit.NSCollectionView collectionView, Foundation.NSIndexSet indexes, AppKit.NSPasteboard toPasteboard);
static member WriteItems : AppKit.INSCollectionViewDelegate * AppKit.NSCollectionView * Foundation.NSIndexSet * AppKit.NSPasteboard -> bool
Parameters
- collectionView
- NSCollectionView
- indexes
- NSIndexSet
- toPasteboard
- NSPasteboard
Returns
Applies to
WriteItems(INSCollectionViewDelegate, NSCollectionView, NSSet, NSPasteboard)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool WriteItems (this AppKit.INSCollectionViewDelegate This, AppKit.NSCollectionView collectionView, Foundation.NSSet indexPaths, AppKit.NSPasteboard pasteboard);
static member WriteItems : AppKit.INSCollectionViewDelegate * AppKit.NSCollectionView * Foundation.NSSet * AppKit.NSPasteboard -> bool
Parameters
- collectionView
- NSCollectionView
- indexPaths
- NSSet
- pasteboard
- NSPasteboard
Returns
- Attributes