MonobjcMonobjc Documented Class Library
ExportSlideshowItemToApplication Method (item, applicationBundleIdentifier)
NamespacesMonobjc.QuartzIKSlideshowExportSlideshowItemToApplication(Id, NSString)

Exports a slideshow item to the application that has the provided bundle identifier.

Original signature is '+ (void)exportSlideshowItem:(id)item toApplication:(NSString *)applicationBundleIdentifier'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void ExportSlideshowItemToApplication(
	Id item,
	NSString applicationBundleIdentifier
)
Public Shared Sub ExportSlideshowItemToApplication ( _
	item As Id, _
	applicationBundleIdentifier As NSString _
)
public:
static void ExportSlideshowItemToApplication(
	Id^ item, 
	NSString^ applicationBundleIdentifier
)
Parameters
item (Id)
The item to export
applicationBundleIdentifier (NSString)
The bundle identifier of the application that you want to export the item to.
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)