Windows Phone only. Loads the app listing information asynchronously, returning features and products in the ProductListings collection that match any of the given products IDs. Implements the IAsyncInfo interface.
Syntax
public static IAsyncOperation<ListingInformation> LoadListingInformationByProductIdsAsync ( IEnumerable<string> productIds )
Parameters
- productIds
-
Type: IIterable<String> [C++] | System.Collections.Generic.IEnumerable<String> [.NET]
The list of product IDs by which to filter the ProductListings collection.
Return value
Type: IAsyncOperation<ListingInformation>
The app's listing information, with ProductListings collection filtered by product IDs. If the method fails, it returns an HRESULT error code. If no products or features are found that match the given product IDs, the ProductListings collection will be empty.
Requirements
|
Minimum supported client | None supported |
|---|---|
|
Minimum supported server | None supported |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013