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.

C# | Visual Basic | Visual 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 )

- 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.

An array of filenames (not full paths) for the created files that the receiver promises to create.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)