Global Variable
グローバル変数
NSMetadataUbiquitousItemDownloadingStatusNotDownloaded
Declaration
宣言
NSString
*const NSMetadataUbiquitousItemDownloadingStatusNotDownloaded;
Discussion
議論
A string used as the value for NSMetadataUbiquitousItemPercentUploadedKey
to indicate that this item has not been downloaded yet.
NSMetadataUbiquitousItemPercentUploadedKey
に対する値として使われて、この項目がまだダウンロードされていないことを指し示します。
You can use startDownloadingUbiquitousItemAtURL:error:
to download the item.
あなたは、startDownloadingUbiquitousItemAtURL:error:
を使うことでその項目をダウンロードできます。
See Also
参照
iCloud Download Status Values
iCloudダウンロード状態値