StoreContext.GetUserPurchaseHistoryAsync(IIterable<String>) Methode

Definition

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)

Parameter

productKinds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Gibt zurück

Attribute

Gilt für: