다음을 통해 공유


ListingInformation.ProductListings 속성

정의

구매할 수 있는 추가 기능(앱에서 내 제품 또는 IAP라고도 함)에 대한 정보를 가져옵니다.

public:
 property IMapView<Platform::String ^, ProductListing ^> ^ ProductListings { IMapView<Platform::String ^, ProductListing ^> ^ get(); };
IMapView<winrt::hstring, ProductListing const&> ProductListings();
public IReadOnlyDictionary<string,ProductListing> ProductListings { get; }
var iMapView = listingInformation.productListings;
Public ReadOnly Property ProductListings As IReadOnlyDictionary(Of String, ProductListing)

속성 값

앱의 추가 기능을 설명하는 ProductListing 개체의 배열입니다.

적용 대상

추가 정보