AppInstallItem.InstallType 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 type of the current app install.
public:
property AppInstallType InstallType { AppInstallType get(); };
AppInstallType InstallType();
public AppInstallType InstallType { get; }
var appInstallType = appInstallItem.installType;
Public ReadOnly Property InstallType As AppInstallType
Property Value
A value that indicates whether the app is being installed, updated, or repaired.
Windows requirements
App capabilities |
runFullTrust
|