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
추가 기능에 대한 스토어 ID입니다(추가 기능을 나타내는 StoreProduct의 StoreId 속성에서 제공됨).
반환
성공적으로 완료될 때 남은 잔액 및 기타 정보를 제공하는 StoreConsumableResult 를 반환하는 비동기 작업입니다.
- 특성
설명
코드 예제를 포함하여 이 메서드를 사용하는 방법에 대한 자세한 내용은 소모성 추가 기능 구매 사용을 참조하세요.