共用方式為


LoadedImageSourceLoadStatus 列舉

定義

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

public enum class LoadedImageSourceLoadStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class LoadedImageSourceLoadStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum LoadedImageSourceLoadStatus
Public Enum LoadedImageSourceLoadStatus
繼承
LoadedImageSourceLoadStatus
屬性

欄位

InvalidFormat 2

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

NetworkError 1

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

Other 3

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

Success 0

已載入影像。

適用於