MonobjcMonobjc Documented Class Library
SlideshowItemAtIndex Method (index)
NamespacesMonobjc.QuartzIIKSlideshowDataSourceSlideshowItemAtIndex(NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual C++
Id SlideshowItemAtIndex(
	NSUInteger index
)
Function SlideshowItemAtIndex ( _
	index As NSUInteger _
) As Id
Id^ SlideshowItemAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
An index of an item in the slideshow.
Return Value
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.
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)