NSCollectionViewDelegate.NamesOfPromisedFilesDroppedAtDestination Method

Definition

[Foundation.Export("collectionView:namesOfPromisedFilesDroppedAtDestination:forDraggedItemsAtIndexes:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'NSFilePromiseReceiver' objects instead.")]
public virtual string[] NamesOfPromisedFilesDroppedAtDestination (AppKit.NSCollectionView collectionView, Foundation.NSUrl dropUrl, Foundation.NSIndexSet indexes);
abstract member NamesOfPromisedFilesDroppedAtDestination : AppKit.NSCollectionView * Foundation.NSUrl * Foundation.NSIndexSet -> string[]
override this.NamesOfPromisedFilesDroppedAtDestination : AppKit.NSCollectionView * Foundation.NSUrl * Foundation.NSIndexSet -> string[]

Parameters

collectionView
NSCollectionView
dropUrl
NSUrl
indexes
NSIndexSet

Returns

String[]
Attributes

Applies to