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 are used to define the PropertyChainValue returned from XAML Diagnostics.
Syntax
typedef enum MetadataBit {
None = 0,
IsValueHandle = 0x1,
IsPropertyReadOnly = 0x2,
IsValueCollection = 0x4,
IsValueCollectionReadOnly = 0x8,
IsValueBindingExpression = 0x10,
IsValueNull = 0x20,
IsValueHandleAndEvaluatedValue = 0x40
} ;
Constants
NoneValue: 0 No special bits are set. |
IsValueHandleValue: 0x1 The value represents a string representation of an InstanceHandle. |
IsPropertyReadOnlyValue: 0x2 The property is read only and cannot be set locally. |
IsValueCollectionValue: 0x4 The value represents a collection object. (When set, IsValueHandle is also set.) |
IsValueCollectionReadOnlyValue: 0x8 The value represents a read only collection. |
IsValueBindingExpressionValue: 0x10 The value represents the evaluated value of a binding expression. |
IsValueNullValue: 0x20 The value is null. (Introduced in Windows 10, version 1607.) |
IsValueHandleAndEvaluatedValueValue: 0x40 The value represents a string representation of an InstanceHandle and an evaluated value. (Introduced in Windows 10, version 1607.) |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | xamlom.h |