StorePreviewProductInfo.ProductType プロパティ

定義

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

public:
 property Platform::String ^ ProductType { Platform::String ^ get(); };
winrt::hstring ProductType();
public string ProductType { get; }
var string = storePreviewProductInfo.productType;
Public ReadOnly Property ProductType As String

プロパティ値

String

Platform::String

winrt::hstring

アプリ内製品の種類を指定する次のいずれかの文字列。

String 説明
耐久性 耐久性のある製品。
コンシューマブル コンシューマブルな製品。
Unknown 製品の種類が不明です。

適用対象