Share via


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 는 현재 앱 내에서 현재 구매할 수 있는 제품에 대해서만 정보를 반환합니다(작업에서는 앱에서 더 이상 판매할 수 없는 제품을 제외함).

적용 대상