Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Provides members you can use to access and manage Microsoft Store-related data for the current app. For example, you can use members of this class to get Microsoft Store listing and license info for the current app, purchase the current app or products that are offered by the app, or download and install package updates for the app.
Requires Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
Uses delegates, so only available for Xojo 2013 or newer.
see also
https://docs.microsoft.com/en-us/uwp/api/windows.services.store.storecontext?view=winrt-19041
Constant | Value | Description |
---|---|---|
kAsyncStatusCanceled | 2 |
The operation was canceled. |
kAsyncStatusCompleted | 1 |
The operation has completed. |
kAsyncStatusError | 3 |
The operation has encountered an error. |
kAsyncStatusStarted | 0 |
The operation has started. |
This class has no sub classes.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsStoreAppLicenseMBS - WindowsStoreExceptionMBS