StoreContext.GetStoreProductForCurrentAppAsync Methode

Definition

Ruft Microsoft Store-Auflistungsinformationen für die aktuelle App ab und bietet Zugriff auf eine Methode, mit der Sie die App für den aktuellen Benutzer erwerben können.

public:
 virtual IAsyncOperation<StoreProductResult ^> ^ GetStoreProductForCurrentAppAsync() = GetStoreProductForCurrentAppAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StoreProductResult> GetStoreProductForCurrentAppAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StoreProductResult> GetStoreProductForCurrentAppAsync();
function getStoreProductForCurrentAppAsync()
Public Function GetStoreProductForCurrentAppAsync () As IAsyncOperation(Of StoreProductResult)

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss ein StoreProductResult-Objekt zurückgibt, das Microsoft Store-Auflistungsinformationen für die aktuelle App und alle relevanten Fehlerinformationen enthält.

Attribute

Hinweise

Weitere Informationen zur Verwendung dieser Methode, einschließlich eines Codebeispiels, finden Sie unter Abrufen von Produktinformationen für Apps und Add-Ons.

Gilt für:

Weitere Informationen