Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines constants that specify the state of an element in the visual tree.
Syntax
typedef enum VisualElementState {
ErrorResolved = 0,
ErrorResourceNotFound,
ErrorInvalidResource
} ;
Constants
ErrorResolvedValue: 0 The error has been fixed. |
ErrorResourceNotFoundThe resource could not be resolved. |
ErrorInvalidResourceThe resource was found, but does not match the property. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1607 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | xamlom.h |