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

item(at:didChangeUbiquityAttributes:)

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

Declaration 宣言

func item(at url: URL, 
didChangeUbiquityAttributes attributes: Set<URLResourceKey>)

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プロパティを見てください。