StorePreviewProductInfo クラス

定義

使用可能な SKU の詳細など、アプリ内製品に関する情報を提供します。

public ref class StorePreviewProductInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorePreviewProductInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorePreviewProductInfo
Public NotInheritable Class StorePreviewProductInfo
継承
Object Platform::Object IInspectable StorePreviewProductInfo
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

現在のアプリのこのクラスのインスタンスを取得するには、StorePreview クラスの LoadAddOnProductInfosAsync メソッドを使用します。

プロパティ

Description

アプリ内製品の説明を取得します。

ProductId

アプリ内製品の ID を取得します。

ProductType

アプリ内製品の種類を取得します。

SkuInfoList

アプリ内製品で使用可能な SKU に関する情報を取得します。

Title

顧客に表示されるアプリ内製品の名前を取得します。

適用対象