let NSMetadataQueryUpdateAddedItemsKey : String
The key for retrieving an array of items added to 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
オブジェクトそれらを含みます;しかしながら、照会のもつ委任先はこれらオブジェクトを異なるクラスのインスタンスで置き換えます。
let NSMetadataQueryUpdateChangedItemsKey : String
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
オブジェクトそれらを含みます;しかしながら、照会のもつ委任先はこれらオブジェクトを異なるクラスのインスタンスで置き換えます。
let NSMetadataQueryUpdateRemovedItemsKey : String
The key for retrieving an array of items removed from 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
オブジェクトそれらを含みます;しかしながら、照会のもつ委任先はこれらオブジェクトを異なるクラスのインスタンスで置き換えます。