PackageContentGroupStagingEventArgs.Progress 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 an approximation of the package content group's staging progress.
public:
property double Progress { double get(); };
double Progress();
public double Progress { get; }
var double = packageContentGroupStagingEventArgs.progress;
Public ReadOnly Property Progress As Double
Property Value
Double
double
A value in the range of 0 through 100 which represents approximately how far along the content group is in the staging process.