NSFileCoordinator.WillMove(NSUrl, NSUrl) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[Foundation.Export("itemAtURL:willMoveToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillMove (Foundation.NSUrl oldUrl, Foundation.NSUrl newUrl);
[Foundation.Export("itemAtURL:willMoveToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillMove (Foundation.NSUrl oldUrl, Foundation.NSUrl newUrl);
abstract member WillMove : Foundation.NSUrl * Foundation.NSUrl -> unit
override this.WillMove : Foundation.NSUrl * Foundation.NSUrl -> unit
Parameter
- oldUrl
- NSUrl
- newUrl
- NSUrl
- Attribute