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 a XAML Runtime enumeration.
Syntax
typedef struct EnumType {
BSTR Name;
SAFEARRAY *ValueInts;
SAFEARRAY *ValueStrings;
} EnumType;
Members
Name
The name of the enumeration.
ValueInts
An array of int values in the enumeration.
ValueStrings
An array of strings representing the named value of the enumeration.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | xamlom.h |