Returns the display name for item at the specified index.
Original signature is '- (NSString *)nameOfSlideshowItemAtIndex:(NSUInteger)index'
Available in Mac OS X v 10.5 and later.

C# | Visual Basic | Visual C++ |
NSString NameOfSlideshowItemAtIndex( NSUInteger index )
Function NameOfSlideshowItemAtIndex ( _ index As NSUInteger _ ) As NSString
NSString^ NameOfSlideshowItemAtIndex( NSUInteger index )

- index (NSUInteger)
- The index for a slideshow item.

The display name. For the best user experience, you should provide the localized name, because this string appears in the user interface.

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