StoreContext.GetAssociatedStoreProductsAsync(IIterable<String>) メソッド

定義

現在のアプリ内から購入できる製品の Microsoft Store 登録情報を取得します。

public:
 virtual IAsyncOperation<StoreProductQueryResult ^> ^ GetAssociatedStoreProductsAsync(IIterable<Platform::String ^> ^ productKinds) = GetAssociatedStoreProductsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StoreProductQueryResult> GetAssociatedStoreProductsAsync(IIterable<winrt::hstring> const& productKinds);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StoreProductQueryResult> GetAssociatedStoreProductsAsync(IEnumerable<string> productKinds);
function getAssociatedStoreProductsAsync(productKinds)
Public Function GetAssociatedStoreProductsAsync (productKinds As IEnumerable(Of String)) As IAsyncOperation(Of StoreProductQueryResult)

パラメーター

productKinds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

取得する製品の種類を指定する文字列の配列。 サポートされている文字列値の一覧についてはProductKind プロパティをご覧ください。

戻り値

正常に完了すると、関連付けられている製品と関連するエラー情報へのアクセスを提供する StoreProductQueryResult を返す非同期操作。

属性

注釈

コード例など、このメソッドの使用方法の詳細については、「 アプリとアドオンの製品情報を取得する」を参照してください。

適用対象

こちらもご覧ください