StoreProductOptions.ActionFilters 属性

定义

获取可用于 GetStoreProductsAsync 方法的筛选器字符串集合,以获取与当前应用关联的指定产品的信息。 目前,此集合仅支持一个筛选器字符串 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)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

可用于 GetStoreProductsAsync 方法的筛选器字符串集合,用于获取与当前应用关联的指定产品的信息。

注解

目前,此属性仅支持一个筛选器字符串 Purchase。 如果包含此筛选器字符串, GetStoreProductsAsync 仅返回当前可从当前应用内购买的产品的信息, (操作将排除应用) 不再可销售的产品。

适用于