Instance Method インスタンスメソッド

itemAtURL:didChangeUbiquityAttributes:

Tells observing file providers that the item's ubiquity attributes have changed. 監視ファイルプロバイダそれらにその項目の持つ遍在的属性が変更されたことを伝えます。

Declaration 宣言

- (void)itemAtURL:(NSURL *)url 
didChangeUbiquityAttributes:(NSSet<NSURLResourceKey> *)attributes;

Discussion 議論

This method triggers the NSFilePresenter protocol's presentedItemDidChangeUbiquityAttributes: method on any file presenters that are observing the item, even if they are running in different processes. このメソッドは、NSFilePresenterプロトコルのもつpresentedItemDidChangeUbiquityAttributes:メソッドをその項目を監視しているあらゆるファイルプレゼンタ上で引き起こします、それらが異なるプロセスにおいて動作しているとしてもです。

For information about the types of attributes that can trigger notifications, see the NSFilePresenter protocol's observedPresentedItemUbiquityAttributes property. 通知を引き起こすことができる属性の型についての情報として、NSFilePresenterプロトコルのもつobservedPresentedItemUbiquityAttributesプロパティを見てください。