ProgressType Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ProgressType Property
Gets the type of status message.
Declaration Syntax
C# Visual Basic Visual C++
public ArchiveProgressType ProgressType { get; }
Public ReadOnly Property ProgressType As ArchiveProgressType
	Get
public:
property ArchiveProgressType ProgressType {
	ArchiveProgressType get ();
}
Property Value
ArchiveProgressType
A ArchiveProgressType value indicating what type of progress event occurred.
Remarks
The handler may choose to ignore some types of progress events. For example, if the handler will only list each file as it is compressed/extracted, it can ignore events that are not of type FinishFile.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)