다음을 통해 공유


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>
특성

설명

(이 노드에 대한 추가 설명서가 제공될 예정임)

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상