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.
Represents an element in a collection.
Syntax
typedef struct CollectionElementValue {
unsigned int Index;
BSTR ValueType;
BSTR Value;
hyper MetadataBits;
} CollectionElementValue;
Members
Index
The collection index where the element was found.
ValueType
The type of the element object.
Value
The value of the element.
MetadataBits
A bit field representing MetadataBits.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | xamlom.h |