NSCollectionViewDelegate_Extensions.WriteItems Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Возвращаемое значение
- Атрибуты