> ## 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

画像を表します。

## Syntax

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

### Members

*uri*\
型: const char\*

画像への URI。

*height*\
型: uint32\_t

画像の高さ。

*width*\
型: uint32\_t

画像の幅。

*caption*\
型: const char\*

画像のキャプション。

*imagePurposeTag*\
型: const char\*

画像の用途を示すタグを含む文字列。

## Remarks

Microsoft Store エクスペリエンスの各種要素では、製品を説明するために画像が使用されており、この構造体はそれらの画像を表します。**XStoreImage** は [XStoreProduct](/reference/system/xstore/structs/xstoreproduct) 構造体のメンバーです。**XStoreImage** は [XStoreSku](/reference/system/xstore/structs/xstoresku) 構造体のメンバーです。**XStoreImage** は [XStoreVideo](/reference/system/xstore/structs/xstorevideo) 構造体のメンバーです。

## Requirements

**ヘッダー:** XStore.h (XGameRuntime.h に含まれる)

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

## See also

[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](/ja-jp/reference/system/xstore/structs/xstorevideo.md)
- [XStoreSku](/ja-jp/reference/system/xstore/structs/xstoresku.md)
- [XStoreProduct](/ja-jp/reference/system/xstore/structs/xstoreproduct.md)
- [XStore](/ja-jp/reference/system/xstore/xstore_members.md)
- [PFCatalogImage](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogimage.md)
