MonobjcMonobjc Documented Class Library
NameOfSlideshowItemAtIndex Method (index)
NamespacesMonobjc.QuartzIIKSlideshowDataSourceNameOfSlideshowItemAtIndex(NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual C++
NSString NameOfSlideshowItemAtIndex(
	NSUInteger index
)
Function NameOfSlideshowItemAtIndex ( _
	index As NSUInteger _
) As NSString
NSString^ NameOfSlideshowItemAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
The index for a slideshow item.
Return Value
The display name. For the best user experience, you should provide the localized name, because this string appears in the user interface.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)