Compartilhar via


EventsObjectWrapper.FireProgress Método

Definição

Gera um evento quando o progresso mensurável é feito pelo executável.

public:
 void FireProgress(System::String ^ progressDescription, int percentComplete, int progressCountLow, int progressCountHigh, System::String ^ subComponent, bool % fireAgain);
public void FireProgress (string progressDescription, int percentComplete, int progressCountLow, int progressCountHigh, string subComponent, ref bool fireAgain);
member this.FireProgress : string * int * int * int * string * bool -> unit
Public Sub FireProgress (progressDescription As String, percentComplete As Integer, progressCountLow As Integer, progressCountHigh As Integer, subComponent As String, ByRef fireAgain As Boolean)

Parâmetros

progressDescription
String

Descreve o evento do progresso que é gerado.

percentComplete
Int32

Um inteiro usado para indicar quanto da tarefa foi concluída.

progressCountLow
Int32

Um Inteiro que contém os 32 bits baixos das unidades concluídas.

progressCountHigh
Int32

Um Inteiro que contém os 32 bits altos das unidades concluídas.

subComponent
String

Contém mais detalhes sobre a origem do evento.

fireAgain
Boolean

True para continuar disparando; caso contrário, false.

Aplica-se a