UIDocument.PresentedItemChangedUbiquityAttributes 方法

定义

系统调用此函数以指示 已更改。

[Foundation.Export("presentedItemDidChangeUbiquityAttributes:")]
[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 PresentedItemChangedUbiquityAttributes (Foundation.NSSet<Foundation.NSString> attributes);
abstract member PresentedItemChangedUbiquityAttributes : Foundation.NSSet<Foundation.NSString> -> unit
override this.PresentedItemChangedUbiquityAttributes : Foundation.NSSet<Foundation.NSString> -> unit

参数

attributes
NSSet<NSString>
属性

注解

(即将推出有关此节点的更多文档)

这可以从后台线程使用。

适用于