NSCollectionViewDelegate_Extensions.WriteItems 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- collectionView
- NSCollectionView
- indexes
- NSIndexSet
- toPasteboard
- NSPasteboard
返回
适用于
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
参数
- collectionView
- NSCollectionView
- indexPaths
- NSSet
- pasteboard
- NSPasteboard
返回
- 属性