[This documentation is preliminary and is subject to change.]
Provides types and members for interacting with the Windows Store. You can use the members of this class to check on the license state of the app and its in-app features and to enable in-app purchases. You can also use this class to simulate these functions before you submit the app to the Windows Store.
Note You need a valid Windows Store developer account to interact with the Windows Store. If you don't have a Windows Store developer account, you can use only the simulated functions.
Members
The Windows.ApplicationModel.Store namespace has these types of members:
Classes
The Windows.ApplicationModel.Store namespace has these classes.
| Class | Description |
|---|---|
| CurrentApp | Defines methods and properties you can use to get license and listing info about the current app and perform in-app purchases. |
| CurrentAppSimulator | Defines methods and properties used to instantiate an object that you can use to get simulated license info during testing. |
| LicenseInformation | Provides access to the current app's license metadata. |
| ListingInformation | Provides the listing info that describes the app in the Windows Store. |
| ProductLicense | Provides info about a license that is associated with an in-app offer. |
| ProductListing | Provides localized info about an in-app offer in your app. |
Delegates
The Windows.ApplicationModel.Store namespace has these delegates.
| Delegate | Description |
|---|---|
| LicenseChangedEventHandler | Represents the method that will handle the LicenseChanged event. |
Requirements
|
Minimum supported client | Windows 8 Release Preview |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 5/22/2012
