NSCollectionViewDelegateFlowLayout.PasteboardWriterForItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("collectionView:pasteboardWriterForItemAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.INSPasteboardWriting PasteboardWriterForItem (AppKit.NSCollectionView collectionView, nuint index);
abstract member PasteboardWriterForItem : AppKit.NSCollectionView * nuint -> AppKit.INSPasteboardWriting
override this.PasteboardWriterForItem : AppKit.NSCollectionView * nuint -> AppKit.INSPasteboardWriting
Parameters
- collectionView
- NSCollectionView
- index
- System.System.UIntPtr System.unativeint
Returns
- Attributes