> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XStoreImage

> XStoreImage

# XStoreImage

描述图像。

## 语法

```cpp theme={null}
typedef struct XStoreImage {  
    const char* uri;  
    uint32_t height;  
    uint32_t width;  
    const char* caption;  
    const char* imagePurposeTag;  
} XStoreImage  
```

### 成员

*uri*\
类型：const char\*

图像的 URI。

*height*\
类型：uint32\_t

图像的高度。

*width*\
类型：uint32\_t

图像的宽度。

*caption*\
类型：const char\*

图像的标题。

*imagePurposeTag*\
类型：const char\*

包含指示图像用途的标签的字符串。

## 备注

Microsoft 商店体验的各个方面都使用图像来帮助描述产品，此结构描述这些图像。**XStoreImage** 是
[XStoreProduct](/reference/system/xstore/structs/xstoreproduct) 结构的成员。**XStoreImage** 是 [XStoreSku](/reference/system/xstore/structs/xstoresku) 结构的成员。**XStoreImage** 是 [XStoreVideo](/reference/system/xstore/structs/xstorevideo) 结构的成员。

## 要求

**头文件：** XStore.h（包含在 XGameRuntime.h 中）

**支持的平台：** Windows、XBOX One 系列主机和 XBOX Series 主机

## 另请参阅

[XStore](/reference/system/xstore/xstore_members)\
[XStoreProduct](/reference/system/xstore/structs/xstoreproduct)\
[XStoreSku](/reference/system/xstore/structs/xstoresku)\
[XStoreVideo](/reference/system/xstore/structs/xstorevideo)


## Related topics

- [XStoreVideo](/zh-CN/reference/system/xstore/structs/xstorevideo.md)
- [XStore](/zh-CN/reference/system/xstore/xstore_members.md)
- [XStoreSku](/zh-CN/reference/system/xstore/structs/xstoresku.md)
- [XStoreProduct](/zh-CN/reference/system/xstore/structs/xstoreproduct.md)
- [PFCatalogImage](/zh-CN/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogimage.md)
