Returns the receiver’s collection view item prototype.
Original signature is '- (NSCollectionViewItem *)itemPrototype'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSCollectionViewItem ItemPrototype { get; set; }
Public Overridable Property ItemPrototype As NSCollectionViewItem Get Set
public: virtual property NSCollectionViewItem^ ItemPrototype { NSCollectionViewItem^ get (); void set (NSCollectionViewItem^ value); }

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