CurrentAppSimulator.LoadListingInformationByKeywordsAsync 方法

定义

异步加载模拟应用列表信息,在 ProductListings 集合中返回与所有提供的关键字匹配的应用内产品。

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

参数

keywords

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

用于筛选 ListingInformation 对象中返回的 ProductListings 集合的关键字列表。

返回

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

注解

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

调用此方法需要 Internet 连接。

适用于