CurrentApp.LoadListingInformationByKeywordsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.