CurrentAppSimulator.LoadListingInformationByProductIdsAsync 方法

定义

异步加载模拟应用列表信息,返回与任何给定产品 ID 匹配的 ProductListings 集合中可用的应用内产品。

public:
 static IAsyncOperation<ListingInformation ^> ^ LoadListingInformationByProductIdsAsync(IIterable<Platform::String ^> ^ productIds);
 static IAsyncOperation<ListingInformation> LoadListingInformationByProductIdsAsync(IIterable<winrt::hstring> const& productIds);
public static IAsyncOperation<ListingInformation> LoadListingInformationByProductIdsAsync(IEnumerable<string> productIds);
function loadListingInformationByProductIdsAsync(productIds)
Public Shared Function LoadListingInformationByProductIdsAsync (productIds As IEnumerable(Of String)) As IAsyncOperation(Of ListingInformation)

参数

productIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

要按其筛选 ProductListings 集合的产品 ID 列表。

返回

模拟应用列表信息,其中 ProductListings 集合按产品 ID 筛选。 如果方法失败,则返回 HRESULT 错误代码。 如果未找到与给定产品 ID 匹配的应用内产品,则 ProductListings 集合将为空。

注解

使用 WindowsStoreProxy.xml 文件中的 ListingInformation 元素作为返回的对象成员的数据源。 有关详细信息,请参阅 将 WindowsStoreProxy.xml 文件与 CurrentAppSimulator 配合使用

调用此方法需要 Internet 连接。

适用于