StoreContext.GetStoreProductForCurrentAppAsync 메서드

정의

현재 앱에 대한 Microsoft Store 목록 정보를 가져오고 현재 사용자의 앱을 구입하는 데 사용할 수 있는 메서드에 대한 액세스를 제공합니다.

public:
 virtual IAsyncOperation<StoreProductResult ^> ^ GetStoreProductForCurrentAppAsync() = GetStoreProductForCurrentAppAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StoreProductResult> GetStoreProductForCurrentAppAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StoreProductResult> GetStoreProductForCurrentAppAsync();
function getStoreProductForCurrentAppAsync()
Public Function GetStoreProductForCurrentAppAsync () As IAsyncOperation(Of StoreProductResult)

반환

성공적으로 완료되면 현재 앱에 대한 Microsoft Store 목록 정보 및 관련 오류 정보가 포함된 StoreProductResult 개체를 반환하는 비동기 작업입니다.

특성

설명

코드 예제를 포함하여 이 메서드를 사용하는 방법에 대한 자세한 내용은 앱 및 추가 기능에 대한 제품 정보 가져오기를 참조하세요.

적용 대상

추가 정보