MonobjcMonobjc Documented Class Library
CollectionViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItemsAtIndexes Method (collectionView, dropURL, indexes)
NamespacesMonobjc.AppKitINSCollectionViewDelegateCollectionViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItemsAtIndexes(NSCollectionView, NSURL, NSIndexSet)

Invoked to return an array of filenames that the receiver promises to create.

Original signature is '- (NSArray *)collectionView:(NSCollectionView *)collectionView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropURL forDraggedItemsAtIndexes:(NSIndexSet *)indexes'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSArray CollectionViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItemsAtIndexes(
	NSCollectionView collectionView,
	NSURL dropURL,
	NSIndexSet indexes
)
Function CollectionViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItemsAtIndexes ( _
	collectionView As NSCollectionView, _
	dropURL As NSURL, _
	indexes As NSIndexSet _
) As NSArray
NSArray^ CollectionViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItemsAtIndexes(
	NSCollectionView^ collectionView, 
	NSURL^ dropURL, 
	NSIndexSet^ indexes
)
Parameters
collectionView (NSCollectionView)
The collection view that send the message.
dropURL (NSURL)
The drop location where the files are created.
indexes (NSIndexSet)
The indexes of the dragging items.
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)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)