StoreContext.CanSilentlyDownloadStorePackageUpdates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether package updates for the current app can be downloaded without displaying a notification UI to the user.
public:
property bool CanSilentlyDownloadStorePackageUpdates { bool get(); };
bool CanSilentlyDownloadStorePackageUpdates();
public bool CanSilentlyDownloadStorePackageUpdates { get; }
var boolean = storeContext.canSilentlyDownloadStorePackageUpdates;
Public ReadOnly Property CanSilentlyDownloadStorePackageUpdates As Boolean
Property Value
Boolean
bool
True if package updates for the current app can be downloaded without displaying a notification UI to the user; otherwise, false.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Services.Store.StoreContract (introduced in v3.0)
|
Remarks
This property can return false in the following scenarios:
- The user has disabled the Update apps automatically setting in the Store.
- The user is on a metered network.