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.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'NSFilePromiseReceiver' objects instead.")]
public static string[] PromisedFilesDroppedAtDestination (this AppKit.INSBrowserDelegate This, AppKit.NSBrowser browser, Foundation.NSUrl dropDestination, Foundation.NSIndexSet rowIndexes, nint column);
static member PromisedFilesDroppedAtDestination : AppKit.INSBrowserDelegate * AppKit.NSBrowser * Foundation.NSUrl * Foundation.NSIndexSet * nint -> string[]
Parameters
- This
- INSBrowserDelegate
- browser
- NSBrowser
- dropDestination
- NSUrl
- rowIndexes
- NSIndexSet
- column
- System.System.IntPtr System.nativeint
Returns
String[]
- Attributes