StoreContext.GetAssociatedStoreProductsByInAppOfferTokenAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Gibt zurück
- Attribute