ProgressEventArgs.Current Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current amount of work done by the operation. This is always less than or equal to UpperBound.
public:
property int Current { int get(); };
public int Current { get; }
member this.Current : int
Public ReadOnly Property Current As Integer
Property Value
Returns an Int32 value representing the current amount of work already completed by the operation.
Remarks
Property Value
An integer representing the current amount of work already completed by the operation.
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.