MonobjcMonobjc Documented Class Library
OutlineViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItems Method (outlineView, dropDestination, items)
NamespacesMonobjc.AppKitINSOutlineViewDataSourceOutlineViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItems(NSOutlineView, NSURL, NSArray)

Returns an array of filenames for the created files that the receiver promises to create.

Original signature is '- (NSArray *)outlineView:(NSOutlineView *)outlineView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination forDraggedItems:(NSArray *)items'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSArray OutlineViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItems(
	NSOutlineView outlineView,
	NSURL dropDestination,
	NSArray items
)
Function OutlineViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItems ( _
	outlineView As NSOutlineView, _
	dropDestination As NSURL, _
	items As NSArray _
) As NSArray
NSArray^ OutlineViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItems(
	NSOutlineView^ outlineView, 
	NSURL^ dropDestination, 
	NSArray^ items
)
Parameters
outlineView (NSOutlineView)
The outline view that sent the message.
dropDestination (NSURL)
The drop location where the files are created.
items (NSArray)
The items being dragged.
Return Value
An array of filenames (not full paths) for the created files that the receiver promises to create.
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.AppKit (Module: Monobjc.AppKit)