NSFileManagerDelegate.ShouldCopyItemAtPath メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ShouldCopyItemAtPath(NSFileManager, NSString, NSString) |
引数が null の場合は、指定したゾーンまたは既定のゾーンからメモリを割り当て、このオブジェクトのコピーを作成します。 |
ShouldCopyItemAtPath(NSFileManager, String, String) |
ShouldCopyItemAtPath(NSFileManager, NSString, NSString)
引数が null の場合は、指定したゾーンまたは既定のゾーンからメモリを割り当て、このオブジェクトのコピーを作成します。
[Foundation.Export("fileManager:shouldCopyItemAtPath:toPath:")]
public virtual bool ShouldCopyItemAtPath (Foundation.NSFileManager fm, Foundation.NSString srcPath, Foundation.NSString dstPath);
abstract member ShouldCopyItemAtPath : Foundation.NSFileManager * Foundation.NSString * Foundation.NSString -> bool
override this.ShouldCopyItemAtPath : Foundation.NSFileManager * Foundation.NSString * Foundation.NSString -> bool
パラメーター
- srcPath
- NSString
- dstPath
- NSString
戻り値
- 属性
適用対象
ShouldCopyItemAtPath(NSFileManager, String, String)
public virtual bool ShouldCopyItemAtPath (Foundation.NSFileManager fileManager, string srcPath, string dstPath);
abstract member ShouldCopyItemAtPath : Foundation.NSFileManager * string * string -> bool
override this.ShouldCopyItemAtPath : Foundation.NSFileManager * string * string -> bool
パラメーター
- fileManager
- NSFileManager
- srcPath
- String
- dstPath
- String