Returns the collection view item for the represented object at the specified index.
Original signature is '- (NSCollectionViewItem *)itemAtIndex:(NSUInteger)index'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSCollectionViewItem ItemAtIndex( NSUInteger index )
Public Overridable Function ItemAtIndex ( _ index As NSUInteger _ ) As NSCollectionViewItem
public: virtual NSCollectionViewItem^ ItemAtIndex( NSUInteger index )

- index (NSUInteger)
- The index of the collection view item.

An instance of NSCollectionViewItem.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)