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 方法搭配使用的篩選字串集合,以取得與目前應用程式相關聯之指定產品的資訊。 目前,此集合僅支援一個篩選字串。 Purchase

適用於

另請參閱