NSCollectionViewDataSource.GetItem(NSCollectionView, NSIndexPath) Method

Definition

[Foundation.Export("collectionView:itemForRepresentedObjectAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public abstract AppKit.NSCollectionViewItem GetItem (AppKit.NSCollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetItem : AppKit.NSCollectionView * Foundation.NSIndexPath -> AppKit.NSCollectionViewItem

Parameters

collectionView
NSCollectionView
indexPath
NSIndexPath

Returns

Implements

Attributes

Applies to