Platforms to show: All Mac Windows Linux Cross-Platform

WindowsStoreContextMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Windows Store MBS WinFrameworks Plugin 20.4 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The base class for Windows Store APIs.
Example
dim context as New WindowsStoreContextMBS(Window1)

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

Asynchronous Status

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.

Some methods using this class:

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS WinFrameworks Plugin.


WindowsStoreAppLicenseMBS   -   WindowsStoreExceptionMBS


The biggest plugin in space...