SvgImageSourceLoadStatus 列舉

定義

定義常數,指定載入 SvgImageSource的結果。

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

欄位

InvalidFormat 2

SVG 未載入,因為 SVG 格式無效。

NetworkError 1

SVG 因為網路錯誤而未載入。

Other 3

SVG 未因其他原因而載入。

Success 0

已載入 SVG。

適用於

另請參閱