StoreContext.GetAssociatedStoreProductsByInAppOfferTokenAsync Methode

Definition

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

Parameter

inAppOfferTokens

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Gibt zurück

Attribute

Gilt für: