StoreContext.GetUserPurchaseHistoryAsync(IIterable<String>) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
Restituisce
- Attributi