CurrentApp.LoadListingInformationAsync Methode

Definition

Lädt die Listeninformationen der App asynchron.

Das zurückgegebene ListingInformation-Objekt enthält Listeninformationen (z. B. Name, Preis, Altersfreigabe), die für den Markt, in dem sich der Benutzer derzeit befindet, spezifisch sind. Darüber hinaus werden auch die Listeninformationen für verfügbare In-App-Produkte bereitgestellt.

public:
 static IAsyncOperation<ListingInformation ^> ^ LoadListingInformationAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<ListingInformation> LoadListingInformationAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ListingInformation> LoadListingInformationAsync();
function loadListingInformationAsync()
Public Shared Function LoadListingInformationAsync () As IAsyncOperation(Of ListingInformation)

Gibt zurück

Die Listeninformationen der Apps. Wenn die Methode fehlschlägt, gibt sie einen HRESULT-Fehlercode zurück.

Attribute

Hinweise

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

Gilt für: