> ## 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](/ko/reference/system/xstore/structs/xstorevideo.md)
- [XStoreSku](/ko/reference/system/xstore/structs/xstoresku.md)
- [XStoreProduct](/ko/reference/system/xstore/structs/xstoreproduct.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [게임의 Store 목록 구성](/ko/publishing/game-publishing/tutorial-xbox-managed/how-to-create-a-store-listing.md)
