VisualElementState enumeration (xamlom.h)
Defines constants that specify the state of an element in the visual tree.
Syntax
typedef enum VisualElementState {
ErrorResolved = 0,
ErrorResourceNotFound,
ErrorInvalidResource
} ;
Constants
ErrorResolved Value: 0 The error has been fixed. |
ErrorResourceNotFound The resource could not be resolved. |
ErrorInvalidResource The 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 |