CurrentApp.LoadListingInformationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.