NSCollectionViewDelegateFlowLayout.WriteItems Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- collectionView
- NSCollectionView
- indexes
- NSIndexSet
- toPasteboard
- NSPasteboard
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- collectionView
- NSCollectionView
- indexPaths
- NSSet
- pasteboard
- NSPasteboard
Gibt zurück
- Attribute