次の方法で共有


XStoreAvailability

製品の使用可能性が記述されています。

構文

typedef struct XStoreAvailability {  
    const char* availabilityId;  
    XStorePrice price;  
    time_t endDate;  
} XStoreAvailability  

メンバー

availabilityId
型: const char*

製品/SKU の組み合わせの ID。

price
型: XStorePrice

製品の価格。

endDate
型: time_t

使用可能な最終日。

解説

Microsoft Store 内の製品は、製品オブジェクト、SKU オブジェクト、および可用性オブジェクトの階層で整理されます。 製品は、XStoreProduct オブジェクトで表されます。 各製品の SKU は XStoreSku オブジェクトによって表され、各 SKU の可用性は xstoreavailability オブジェクトによって表されます。 XStoreAvailability は、XStoreSku 構造体のメンバーです。

要件

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

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

関連項目

XStore
XStoreSku
XStoreProduct