Instance Property インスタンスプロパティ

observedPresentedItemUbiquityAttributes

A list of ubiquity attributes used to generate and send notifications whenever an attribute in the list changes. そのリストの中のある属性が変化する時はいつでも通知を生成および送信するために使われる遍在属性のリスト。

Declaration 宣言

optional var observedPresentedItemUbiquityAttributes: Set<URLResourceKey> { get }

Discussion 議論

Valid attributes include the isUbiquitousItemKey attribute and any attribute whose name starts with ubiquitousItem or ubiquitousSharedItem. 有効な属性は、isUbiquitousItemKey属性とそれの名前がubiquitousItemまたはubiquitousSharedItemで始まる何らかの属性です。

If the property is not implemented, the system generates notifications for all the ubiquity attributes. プロパティが実装されないならば、システムは遍在属性すべてに対して通知を生成します。

The system checks this property only when the file coordinator's addFilePresenter(_:) method is called. Make all changes to this property before calling addFilePresenter(_:). システムがこのプロパティを確認するのは、ファイルコーディネータのもつaddFilePresenter(_:)メソッドが呼び出される時のみです。addFilePresenter(_:)を呼び出す前にこのプロパティに対する全ての変更をしてください。

See Also 参照

Ubiquity Change Notifications 遍在的に通知を変更する