StoreContext.GetStoreProductForCurrentAppAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のアプリの 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 オブジェクトを返す非同期操作。
- 属性
注釈
コード例など、このメソッドの使用方法の詳細については、「 アプリとアドオンの製品情報を取得する」を参照してください。