Deployment Tools Foundation
ProgressType Property
Gets the type of status message.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public ArchiveProgressType ProgressType { get; }
Public ReadOnly Property ProgressType As ArchiveProgressType Get
public: property ArchiveProgressType ProgressType { ArchiveProgressType get (); }
member ProgressType : ArchiveProgressType with 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.11.1.2318)