Global Variable グローバル変数

NSMetadataQueryUpdateChangedItemsKey

The key for retrieving an array of items that have changed in the query result. By default, this array contains NSMetadataItem objects, representing the query’s results; however, the query’s delegate can substitute these objects with instances of a different class. 照会結果において変更された項目からなる配列を取ってくるためのキー。省略時には、この配列は、照会結果を表しているNSMetadataItemオブジェクトそれらを含みます;しかしながら、照会のもつ委任先はこれらオブジェクトを異なるクラスのインスタンスで置き換えます。

Declaration 宣言

let NSMetadataQueryUpdateChangedItemsKey: String