NSFileManagerDelegate.ShouldCopyItemAtUrl(NSFileManager, NSUrl, NSUrl) 方法

定义

[Foundation.Export("fileManager:shouldCopyItemAtURL:toURL:")]
public virtual bool ShouldCopyItemAtUrl (Foundation.NSFileManager fm, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
abstract member ShouldCopyItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool
override this.ShouldCopyItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool

参数

srcUrl
NSUrl
dstUrl
NSUrl

返回

属性

适用于