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

searchScopes

An array containing the search scopes. 検索作用域それらを含んでいる配列。

Declaration 宣言

var searchScopes: [Any] { get set }

Discussion 議論

This array can contain NSURL or NSString objects that represent file-system directories or the search scopes for the query. For a list of valid search scopes, see Metadata Query Search Scopes. An empty array indicates that there is no limitation on where the query searches. この配列は、NSURLまたはNSStringオブジェクトを含むことができます、それはファイルシステムディレクトリまたは検索作用域をその照会に対して表します。有効な検索作用域のリストとして、Metadata照会の検索作用域を見てください。空の配列は、その照会が検索するところに関して制限がないことを指し示します。

See Also 参照

Configuring Queries 照会を構成設定する

Related Documentation 関連文書