NSCollectionViewDelegateFlowLayout.WriteItems メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- collectionView
- NSCollectionView
- indexes
- NSIndexSet
- toPasteboard
- NSPasteboard
戻り値
- 属性
適用対象
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
パラメーター
- collectionView
- NSCollectionView
- indexPaths
- NSSet
- pasteboard
- NSPasteboard
戻り値
- 属性