Freigeben über


CurrentAppSimulator.LoadListingInformationByKeywordsAsync Methode

Definition

Lädt die simulierten App-Auflistungsinformationen asynchron und gibt In-App-Produkte in der ProductListings-Auflistung zurück, die allen angegebenen Schlüsselwörtern entsprechen.

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)

Parameter

keywords

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Die Liste der Schlüsselwörter, nach denen die ProductListings-Auflistung gefiltert werden soll, die im ListingInformation-Objekt zurückgegeben wird.

Gibt zurück

Die simulierten App-Listeninformationen, wobei die ProductListings-Auflistung nach Schlüsselwörtern gefiltert ist. Wenn die Methode fehlschlägt, gibt sie einen HRESULT-Fehlercode zurück. Wenn keine In-App-Produkte gefunden werden, die allen angegebenen Schlüsselwörtern entsprechen, ist die ProductListings-Auflistung leer.

Hinweise

Verwendet das ListingInformation-Element in der WindowsStoreProxy.xml-Datei als Datenquelle für die Member der zurückgegebenen Objekte. Weitere Informationen finden Sie unter Verwenden der WindowsStoreProxy.xml-Datei mit CurrentAppSimulator.

Für das Aufrufen dieser Methode ist eine Internetverbindung erforderlich.

Gilt für: