共用方式為


SvgImageSourceLoadStatus 列舉

定義

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

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

Windows 需求

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

欄位

InvalidFormat 2

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

NetworkError 1

SVG 因網路錯誤而未載入。

Other 3

SVG 因其他原因而未載入。

Success 0

已載入 SVG。

適用於

另請參閱