StoreContext.GetConsumableBalanceRemainingAsync(String) Methode

Definition

Ruft den verbleibenden Saldo für das angegebene konsumierbare Add-On für die aktuelle App ab.

public:
 virtual IAsyncOperation<StoreConsumableResult ^> ^ GetConsumableBalanceRemainingAsync(Platform::String ^ productStoreId) = GetConsumableBalanceRemainingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StoreConsumableResult> GetConsumableBalanceRemainingAsync(winrt::hstring const& productStoreId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StoreConsumableResult> GetConsumableBalanceRemainingAsync(string productStoreId);
function getConsumableBalanceRemainingAsync(productStoreId)
Public Function GetConsumableBalanceRemainingAsync (productStoreId As String) As IAsyncOperation(Of StoreConsumableResult)

Parameter

productStoreId
String

Platform::String

winrt::hstring

Die Store-ID für das Add-On (wie von der StoreId-Eigenschaft des StoreProduct-Objekts bereitgestellt, das das Add-On darstellt).

Gibt zurück

Ein asynchroner Vorgang, der bei erfolgreichem Abschluss ein StoreConsumableResult zurückgibt, das den verbleibenden Saldo und andere Informationen bereitstellt.

Attribute

Hinweise

Weitere Informationen zur Verwendung dieser Methode, einschließlich eines Codebeispiels, finden Sie unter Aktivieren von Verbrauchs-Add-On-Käufen.

Gilt für:

Weitere Informationen