NSFileCoordinator.ItemUbiquityAttributesChanged Method

Definition

[Foundation.Export("itemAtURL:didChangeUbiquityAttributes:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ItemUbiquityAttributesChanged (Foundation.NSUrl url, Foundation.NSSet<Foundation.NSString> attributes);
abstract member ItemUbiquityAttributesChanged : Foundation.NSUrl * Foundation.NSSet<Foundation.NSString> -> unit
override this.ItemUbiquityAttributesChanged : Foundation.NSUrl * Foundation.NSSet<Foundation.NSString> -> unit

Parameters

url
NSUrl
attributes
NSSet<NSString>
Attributes

Applies to