collectionElementValue 结构 (xamlom.h)

表示集合中的元素。

语法

typedef struct CollectionElementValue {
  unsigned int Index;
  BSTR         ValueType;
  BSTR         Value;
  hyper        MetadataBits;
} CollectionElementValue;

成员

Index

在其中找到元素的集合索引。

ValueType

元素对象的类型。

Value

元素的值。

MetadataBits

表示 MetadataBits 的位字段。

要求

要求
最低受支持的客户端 Windows 10 [仅限桌面应用]
最低受支持的服务器 Windows Server 2016 [仅限桌面应用]
标头 xamlom.h