MonobjcMonobjc Documented Class Library
RunSlideshowWithDataSourceInModeOptions Method (dataSource, slideshowMode, slideshowOptions)
NamespacesMonobjc.QuartzIKSlideshowRunSlideshowWithDataSourceInModeOptions(IIKSlideshowDataSource, NSString, NSDictionary)

Runs a slideshow that contains the specified kind of items, provided from a data source.

Original signature is '- (void)runSlideshowWithDataSource:(id < IKSlideshowDataSource >)dataSource inMode:(NSString *)slideshowMode options:(NSDictionary *)slideshowOptions'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RunSlideshowWithDataSourceInModeOptions(
	IIKSlideshowDataSource dataSource,
	NSString slideshowMode,
	NSDictionary slideshowOptions
)
Public Overridable Sub RunSlideshowWithDataSourceInModeOptions ( _
	dataSource As IIKSlideshowDataSource, _
	slideshowMode As NSString, _
	slideshowOptions As NSDictionary _
)
public:
virtual void RunSlideshowWithDataSourceInModeOptions(
	IIKSlideshowDataSource^ dataSource, 
	NSString^ slideshowMode, 
	NSDictionary^ slideshowOptions
)
Parameters
dataSource (IIKSlideshowDataSource)
The data source to use for the slideshow.
slideshowMode (NSString)
A constant that indicate what kind of items are in the slideshow—IKSlideshowModeImages, IKSlideshowModePDF, or IKSlideshowModeQuickLook. See “Slideshow Modes”.
slideshowOptions (NSDictionary)
A dictionary of slideshow options. See “Slideshow Option Keys”.
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)