다음을 통해 공유


XStoreImage

이미지를 설명합니다.

구문

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 Store의 여러 항목에서는 이미지를 이용해 제품을 설명하며, 이 구조체는 이러한 이미지를 설명하는 역할을 합니다. XStoreImageXStoreProduct 구조체의 멤버입니다. XStoreImageXStoreSku 구조체의 멤버입니다. XStoreImageXStoreVideo 구조체의 멤버입니다.

요건

헤더: XStore.h(XGameRuntime.h에 포함됨)

지원되는 플랫폼: Windows, Xbox One 패밀리 콘솔 및 Xbox Series 콘솔

참고 항목

XStore
XStoreProduct
XStoreSku
XStoreVideo