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

observedPresentedItemUbiquityAttributes

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

Declaration 宣言

@property(readonly, strong) NSSet<NSURLResourceKey> *observedPresentedItemUbiquityAttributes;

Discussion 議論

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

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 遍在的に通知を変更する