次の方法で共有


NSItemDownloadingStatus 列挙型

定義

ダウンロード状態の値を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NSItemDownloadingStatus
type NSItemDownloadingStatus = 
継承
NSItemDownloadingStatus
属性

フィールド

Current 0
Downloaded 1
NotDownloaded 2
Unknown -1

適用対象