AppInstallStatus.InstallState 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 the installation state of the current app.
public:
property AppInstallState InstallState { AppInstallState get(); };
AppInstallState InstallState();
public AppInstallState InstallState { get; }
var appInstallState = appInstallStatus.installState;
Public ReadOnly Property InstallState As AppInstallState
Property Value
A value that specifies the installation state of the current app.
Windows requirements
App capabilities |
runFullTrust
|