Share via


INSCollectionViewDelegate.NamesOfPromisedFilesDroppedAtDestination Method

Definition

[Foundation.Export("collectionView:namesOfPromisedFilesDroppedAtDestination:forDraggedItemsAtIndexes:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] NamesOfPromisedFilesDroppedAtDestination(AppKit.NSCollectionView collectionView, Foundation.NSUrl dropUrl, Foundation.NSIndexSet indexes);
[<Foundation.Export("collectionView:namesOfPromisedFilesDroppedAtDestination:forDraggedItemsAtIndexes:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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