ProgressType Property

Microsoft Deployment Tools

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
public:
property ArchiveProgressType ProgressType {
	ArchiveProgressType get ();
}
Value
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) Version: 3.0.0.0 (3.5.1623.0)