ProgressEventArgs.Current Propriedade
Definição
Obtém a quantidade atual de trabalho realizado pela operação.Gets the current amount of work done by the operation. Isso é sempre menor ou igual a UpperBound.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
Valor da propriedade
Retorna um Int32 valor que representa a quantidade atual de trabalho já concluído pela operação.Returns an Int32 value representing the current amount of work already completed by the operation.
Comentários
Valor da propriedadeProperty Value
Um inteiro que representa a quantidade atual de trabalho já concluído pela operação.An integer representing the current amount of work already completed by the operation.
Segurança do .NET Framework.NET Framework Security
Confiança total para o chamador imediato.Full trust for the immediate caller. Este membro não pode ser usado pelo código parcialmente confiável.This member cannot be used by partially trusted code. Para obter mais informações, consulte usando bibliotecas de código parcialmente confiável.For more information, see Using Libraries from Partially Trusted Code.