MonobjcMonobjc Documented Class Library
TableViewNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexes Method (aTableView, dropDestination, indexSet)
NamespacesMonobjc.AppKitINSTableViewDataSourceTableViewNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexes(NSTableView, NSURL, NSIndexSet)

Returns an array of filenames that represent theindexSet rows for a drag to dropDestination.

Original signature is '- (NSArray *)tableView:(NSTableView *)aTableView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination forDraggedRowsWithIndexes:(NSIndexSet *)indexSet'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSArray TableViewNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexes(
	NSTableView aTableView,
	NSURL dropDestination,
	NSIndexSet indexSet
)
Function TableViewNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexes ( _
	aTableView As NSTableView, _
	dropDestination As NSURL, _
	indexSet As NSIndexSet _
) As NSArray
NSArray^ TableViewNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexes(
	NSTableView^ aTableView, 
	NSURL^ dropDestination, 
	NSIndexSet^ indexSet
)
Parameters
aTableView (NSTableView)
The table view that sent the message.
dropDestination (NSURL)
The drop location where the files are created.
indexSet (NSIndexSet)
The indexes of 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)