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

추가 기능에 대한 스토어 ID입니다(추가 기능을 나타내는 StoreProductStoreId 속성에서 제공됨).

반환

성공적으로 완료될 때 남은 잔액 및 기타 정보를 제공하는 StoreConsumableResult 를 반환하는 비동기 작업입니다.

특성

설명

코드 예제를 포함하여 이 메서드를 사용하는 방법에 대한 자세한 내용은 소모성 추가 기능 구매 사용을 참조하세요.

적용 대상

추가 정보