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