Share via


NSCollectionViewDelegateFlowLayout.GetNamesOfPromisedFiles Method

Definition

[Foundation.Export("collectionView:namesOfPromisedFilesDroppedAtDestination:forDraggedItemsAtIndexPaths:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] GetNamesOfPromisedFiles(AppKit.NSCollectionView collectionView, Foundation.NSUrl dropURL, Foundation.NSSet indexPaths);
[<Foundation.Export("collectionView:namesOfPromisedFilesDroppedAtDestination:forDraggedItemsAtIndexPaths:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetNamesOfPromisedFiles : AppKit.NSCollectionView * Foundation.NSUrl * Foundation.NSSet -> string[]
override this.GetNamesOfPromisedFiles : AppKit.NSCollectionView * Foundation.NSUrl * Foundation.NSSet -> string[]

Parameters

collectionView
NSCollectionView
dropURL
NSUrl
indexPaths
NSSet

Returns

String[]

Implements

Attributes

Applies to