MonobjcMonobjc Documented Class Library
NamesOfPromisedFilesDroppedAtDestination Method (dropDestination)
NamespacesMonobjc.AppKitINSDraggingInfoNamesOfPromisedFilesDroppedAtDestination(NSURL)

Sets the drop location for promised files and returns the names of the files that the receiver promises to create there.

Original signature is '- (NSArray *)namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSArray NamesOfPromisedFilesDroppedAtDestination(
	NSURL dropDestination
)
Function NamesOfPromisedFilesDroppedAtDestination ( _
	dropDestination As NSURL _
) As NSArray
NSArray^ NamesOfPromisedFilesDroppedAtDestination(
	NSURL^ dropDestination
)
Parameters
dropDestination (NSURL)
A URL object specifying the drop location for promised files.
Return Value
An array of file names, which are not full paths.
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)