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 只會針對目前可從目前應用程式內購買的產品傳回信息, (作業將會排除應用程式) 不再銷售的產品。

適用於