NSBrowserDelegate.PromisedFilesDroppedAtDestination 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Foundation.Export("browser:namesOfPromisedFilesDroppedAtDestination:forDraggedRowsWithIndexes:inColumn:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'NSFilePromiseReceiver' objects instead.")]
public virtual string[] PromisedFilesDroppedAtDestination (AppKit.NSBrowser browser, Foundation.NSUrl dropDestination, Foundation.NSIndexSet rowIndexes, nint column);
abstract member PromisedFilesDroppedAtDestination : AppKit.NSBrowser * Foundation.NSUrl * Foundation.NSIndexSet * nint -> string[]
override this.PromisedFilesDroppedAtDestination : AppKit.NSBrowser * Foundation.NSUrl * Foundation.NSIndexSet * nint -> string[]
参数
- browser
- NSBrowser
- dropDestination
- NSUrl
- rowIndexes
- NSIndexSet
- column
- System.System.IntPtr System.nativeint
返回
String[]
- 属性