Returns the item for a given index (required)
Original signature is '- (id)slideshowItemAtIndex:(NSUInteger)index'
Available in Mac OS X v 10.5 and later.
| C# | Visual Basic | Visual C++ |
Id SlideshowItemAtIndex( NSUInteger index )
Function SlideshowItemAtIndex ( _ index As NSUInteger _ ) As Id
Id^ SlideshowItemAtIndex( NSUInteger index )
- index (NSUInteger)
- An index of an item in the slideshow.
The object that corresponds to the item at the specified index. The item can be any of the following objects: NSImage, NSString (to specify a path name), NSURL, NSFileWrapper, CGImageRef, or PDFPage.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)