StoreProductOptions.ActionFilters Property
Definition
Gets a collection of filter strings you can use with the GetStoreProductsAsync method to get info for the specified products that are associated with the current app. Currently, this collection only supports one filter string, Purchase
.
public:
property IVector<Platform::String ^> ^ ActionFilters { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ActionFilters();
public IList<string> ActionFilters { get; }
var iVector = storeProductOptions.actionFilters;
Public ReadOnly Property ActionFilters As IList(Of String)
Property Value
A collection of filter strings you can use with the GetStoreProductsAsync method to get info for the specified products that are associated with the current app.
Remarks
Currently, this property only supports one filter string, Purchase
. When you include this filter string, GetStoreProductsAsync returns info only for products that are currently available for purchase from within the current app (the operation will exclude products that are no longer sellable by the app).