NSCollectionViewDelegate_Extensions.NamesOfPromisedFilesDroppedAtDestination 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'NSFilePromiseReceiver' objects instead.")]
public static string[] NamesOfPromisedFilesDroppedAtDestination (this AppKit.INSCollectionViewDelegate This, AppKit.NSCollectionView collectionView, Foundation.NSUrl dropUrl, Foundation.NSIndexSet indexes);
static member NamesOfPromisedFilesDroppedAtDestination : AppKit.INSCollectionViewDelegate * AppKit.NSCollectionView * Foundation.NSUrl * Foundation.NSIndexSet -> string[]
参数
- collectionView
- NSCollectionView
- dropUrl
- NSUrl
- indexes
- NSIndexSet
返回
String[]
- 属性