Global Variable グローバル変数

NSMetadataUbiquitousItemDownloadingStatusNotDownloaded

Declaration 宣言

let NSMetadataUbiquitousItemDownloadingStatusNotDownloaded: String

Discussion 議論

A string used as the value for NSMetadataUbiquitousItemPercentUploadedKey to indicate that this item has not been downloaded yet. NSMetadataUbiquitousItemPercentUploadedKeyに対する値として使われて、この項目がまだダウンロードされていないことを指し示します。

You can use startDownloadingUbiquitousItem(at:) to download the item. あなたは、startDownloadingUbiquitousItem(at:)を使うことでその項目をダウンロードできます。

See Also 参照