CurrentApp.LoadListingInformationByProductIdsAsync Methode

Definition

Lädt die App-Auflistungsinformationen asynchron, wodurch Features und Produkte in der ProductListings-Auflistung zurückgegeben werden, die mit einer der angegebenen Produkt-IDs übereinstimmen.

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)

Parameter

productIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Die Liste der Produkt-IDs, nach denen die ProductListings-Auflistung gefiltert werden soll.

Gibt zurück

Die Eintragsinformationen der App, wobei die ProductListings-Sammlung nach Produkt-IDs gefiltert wird. Wenn die Methode fehlschlägt, wird ein HRESULT-Fehlercode zurückgegeben. Wenn keine Produkte oder Features gefunden werden, die den angegebenen Produkt-IDs entsprechen, ist die ProductListings-Auflistung leer.

Gilt für: