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

Returns the names of the files that the receiver promises to create at a specified location.

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 that identifies the location at which the promised files will be created.
Return Value
An array of the names of files (not full paths) that the receiver promises to create at dropDestination.
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)