共用方式為


StoreContext.GetConsumableBalanceRemainingAsync(String) 方法

定義

取得目前應用程式所指定消費性附加元件的剩餘餘額。

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)

參數

productStoreId
String

Platform::String

winrt::hstring

附加元件的市集識別碼 (,如 StoreProductStoreId 屬性所提供,代表附加元件) 。

傳回

成功完成時,非同步作業會傳回 StoreConsumableResult ,以提供剩餘餘額和其他資訊。

屬性

備註

如需使用此方法的詳細資訊,包括程式碼範例,請參閱 啟用消費性附加元件購買

適用於

另請參閱