StoreContext.GetAssociatedStoreProductsByInAppOfferTokenAsync 메서드

정의

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)

매개 변수

inAppOfferTokens

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

반환

특성

적용 대상