StoreContext.GetUserPurchaseHistoryAsync(IIterable<String>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
戻り値
- 属性