StoreContext.GetConsumableBalanceRemainingAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前應用程式所指定消費性附加元件的剩餘餘額。
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
附加元件的市集識別碼 (,如 StoreProduct 的 StoreId 屬性所提供,代表附加元件) 。
傳回
成功完成時,非同步作業會傳回 StoreConsumableResult ,以提供剩餘餘額和其他資訊。
- 屬性
備註
如需使用此方法的詳細資訊,包括程式碼範例,請參閱 啟用消費性附加元件購買。