StoreContext.GetUserPurchaseHistoryAsync(IIterable<String>) 메서드

정의

public:
 virtual IAsyncOperation<StoreProductQueryResult ^> ^ GetUserPurchaseHistoryAsync(IIterable<Platform::String ^> ^ productKinds) = GetUserPurchaseHistoryAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StoreProductQueryResult> GetUserPurchaseHistoryAsync(IIterable<winrt::hstring> const& productKinds);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StoreProductQueryResult> GetUserPurchaseHistoryAsync(IEnumerable<string> productKinds);
function getUserPurchaseHistoryAsync(productKinds)
Public Function GetUserPurchaseHistoryAsync (productKinds As IEnumerable(Of String)) As IAsyncOperation(Of StoreProductQueryResult)

매개 변수

productKinds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

반환

특성

적용 대상