CurrentFileNumber Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CurrentFileNumber Property
Gets the number of the current file being processed. The first file is number 0, and the last file is TotalFiles-1. Valid for StartFile, PartialFile, and FinishFile messages.
Declaration Syntax
C# Visual Basic Visual C++
public int CurrentFileNumber { get; }
Public ReadOnly Property CurrentFileNumber As Integer
	Get
public:
property int CurrentFileNumber {
	int get ();
}
Property Value
Int32
The number of the file currently being processed, or the most recent file processed if processing is currently at the stream or archive level.

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