StoreProductOptions クラス

定義

GetStoreProductsAsync メソッドと共に使用して、現在のアプリに関連付けられている指定した製品の情報を取得できるフィルター文字列のコレクションが含まれます。

public ref class StoreProductOptions sealed
/// [Windows.Foundation.Metadata.Activatable(196608, "Windows.Services.Store.StoreContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreProductOptions final
[Windows.Foundation.Metadata.Activatable(196608, "Windows.Services.Store.StoreContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreProductOptions
function StoreProductOptions()
Public NotInheritable Class StoreProductOptions
継承
Object Platform::Object IInspectable StoreProductOptions
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Services.Store.StoreContract (v3.0 で導入)

コンストラクター

StoreProductOptions()

StoreProductOptions クラスの新しいインスタンスを作成します。

プロパティ

ActionFilters

GetStoreProductsAsync メソッドと共に使用して、現在のアプリに関連付けられている指定した製品の情報を取得できるフィルター文字列のコレクションを取得します。 現在、このコレクションは 1 つのフィルター文字列 のみをサポートしています Purchase

適用対象

こちらもご覧ください