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 的异步操作,该操作提供对关联产品和相关错误信息的访问权限。

属性

注解

有关使用此方法的详细信息(包括代码示例),请参阅 获取应用和加载项的产品信息

适用于

另请参阅