NSCollectionViewDelegate_Extensions.WriteItems Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- collectionView
- NSCollectionView
- indexes
- NSIndexSet
- toPasteboard
- NSPasteboard
Retours
S’applique à
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
Paramètres
- collectionView
- NSCollectionView
- indexPaths
- NSSet
- pasteboard
- NSPasteboard
Retours
- Attributs