NSBrowserDelegate_Extensions.PromisedFilesDroppedAtDestination Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string[] PromisedFilesDroppedAtDestination(this AppKit.INSBrowserDelegate This, AppKit.NSBrowser browser, Foundation.NSUrl dropDestination, Foundation.NSIndexSet rowIndexes, IntPtr column);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PromisedFilesDroppedAtDestination : AppKit.INSBrowserDelegate * AppKit.NSBrowser * Foundation.NSUrl * Foundation.NSIndexSet * nativeint -> string[]
Parameters
- This
- INSBrowserDelegate
- browser
- NSBrowser
- dropDestination
- NSUrl
- rowIndexes
- NSIndexSet
- column
-
IntPtr
nativeint
Returns
String[]
- Attributes