Global Variable
グローバル変数
NSMetadata
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
オブジェクトそれらを含みます;しかしながら、照会のもつ委任先はこれらオブジェクトを異なるクラスのインスタンスで置き換えます。
Availability 有効性
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.9+
- Mac Catalyst 13.1+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
let NSMetadataQueryUpdateChangedItemsKey: String