LoadedImageSourceLoadStatus
LoadedImageSourceLoadStatus
LoadedImageSourceLoadStatus
LoadedImageSourceLoadStatus
Enum
Definition
Defines constants that specify whether an image loaded, or why it failed to load.
public : enum class LoadedImageSourceLoadStatuspublic enum LoadedImageSourceLoadStatusPublic Enum LoadedImageSourceLoadStatus// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| InvalidFormat InvalidFormat InvalidFormat InvalidFormat | The image did not load because the image format is invalid. |
| NetworkError NetworkError NetworkError NetworkError | The image did not load due to a network error. |
| Other Other Other Other | The image did not load for some other reason. |
| Success Success Success Success | The image loaded. |