Instance Property インスタンスプロパティ

searchItems

An array of objects that define the query’s scope. その照会のもつ領域を定義するオブジェクトからなる配列。

Declaration 宣言

var searchItems: [Any]? { get set }

Discussion 議論

Use this method to scope the metadata query to a collection of existing URLs and/or metadata items. This array contains the NSURL and/or NSMetadataItem items to be searched. このメソッドを使うことで、メタデータ照会の作用域を、既存のURLおよび/またはメタデータ項目のあるコレクションとしてください。この配列は、検索されることになるNSURLおよび/またはNSMetadataItem項目を含みます。

See Also 参照

Configuring Queries 照会を構成設定する