ListingInformation.ProductListings Property

Gets information about the features and products that can be bought by making in-app purchases.

Syntax

public:
property IMapView<String^ , ProductListing^ >^ ProductListings {
         IMapView<String^ , ProductListing^ >^ get ();
}  

Property value

Type: IMapView<String^ , ProductListing^ > 

  The array of ProductListing objects that describes the app’s in-app offers.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

ListingInformation Class

ListingInformation Members

Windows.ApplicationModel.Store Namespace