共用方式為


LoadedImageSourceLoadStatus 列舉

定義

定義常數,指定是否載入影像,或載入失敗的原因。

public enum class LoadedImageSourceLoadStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class LoadedImageSourceLoadStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum LoadedImageSourceLoadStatus
Public Enum LoadedImageSourceLoadStatus
繼承
LoadedImageSourceLoadStatus
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

欄位

InvalidFormat 2

影像未載入,因為影像格式無效。

NetworkError 1

映射因網路錯誤而未載入。

Other 3

映射因其他原因而未載入。

Success 0

已載入影像。

適用於