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
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)