Global Variable
グローバル変数
NSMetadata
NSMetadataQueryAccessibleUbiquitousExternalDocumentsScope
Search for documents outside the app’s container. This search can locate iCloud documents that the user previously opened using a document picker view controller. This lets your app access the documents again without requiring direct user interaction. The result’s
NSMetadataItemURLKey
attributes return security-scoped NSURLs. For more information on working with security-scoped URLs, see Security-Scoped URLs in NSURL
.
アプリのもつコンテナの外側の書類を検索します。この検索は、ユーザが以前にドキュメントピッカービューコントローラを使って開いたiCloud書類の位置を突き止めることができます。これは、直にユーザと交流する必要なしに、あなたのアプリにその書類に再びアクセスをさせます。結果のもつNSMetadataItemURLKey
属性は、保安作用域NSURLを返します。security-scoped URLを扱う上でのさらなる情報として、保安作用域URLをNSURL
で見てください。
Availability 有効性
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.1+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
let NSMetadataQueryAccessibleUbiquitousExternalDocumentsScope: String