Share via


NSCollectionViewDelegate_Extensions.GetNamesOfPromisedFiles Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string[] GetNamesOfPromisedFiles(this AppKit.INSCollectionViewDelegate This, AppKit.NSCollectionView collectionView, Foundation.NSUrl dropURL, Foundation.NSSet indexPaths);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetNamesOfPromisedFiles : AppKit.INSCollectionViewDelegate * AppKit.NSCollectionView * Foundation.NSUrl * Foundation.NSSet -> string[]

Parameters

collectionView
NSCollectionView
dropURL
NSUrl
indexPaths
NSSet

Returns

String[]
Attributes

Applies to