Partager via


CurrentApp.LoadListingInformationByKeywordsAsync Méthode

Définition

Charge de manière asynchrone les informations de liste des applications, en retournant les fonctionnalités et les produits de la collection ProductListings qui correspondent à tous les mots clés fournis.

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)

Paramètres

keywords

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Liste de mots clés selon lesquels filtrer la collection ProductListings retournée dans l’objet ListingInformation .

Retours

Informations de référencement de l’application, avec la collection ProductListings filtrée par mots clés. Si la méthode échoue, elle retourne un code d’erreur HRESULT . Si aucun produit ou fonctionnalité ne correspond à tous les mots clés donnés, la collection ProductListings est vide.

S’applique à