共用方式為


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>
屬性

備註

(即將推出此節點的更多檔)

這可從背景執行緒使用。

適用於