ListingInformation Class

Provides the listing info that describes the app in the Microsoft Store.

Syntax

public ref class ListingInformation sealed  

Remarks

The info that this object returns comes from the listing info you enter when you submit the app to the Microsoft Store.

Example

You access this object through the LoadListingInformationAsync method of the CurrentAppSimulator object during testing, or the LoadListingInformationAsync method of the CurrentApp object when the app is distributed through the Microsoft Store.

Note

The CurrentApp object obtains its data from the Microsoft Store, so you must have a Microsoft Store developer account and the app must be published in the Microsoft Store. If you don’t have a Microsoft Store developer account, you can test the functions of this class by using the CurrentAppSimulator.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

ListingInformation Members

Windows.ApplicationModel.Store Namespace