AppInstallStatus.PercentComplete 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 completion percentage for the installation of the current app.
public:
property double PercentComplete { double get(); };
double PercentComplete();
public double PercentComplete { get; }
var double = appInstallStatus.percentComplete;
Public ReadOnly Property PercentComplete As Double
Property Value
Double
double
The completion percentage for the installation of the current app.
Windows requirements
App capabilities |
runFullTrust
|