Condividi tramite


EventsObjectWrapper.FireProgress Metodo

Definizione

Genera un evento dopo un avanzamento misurabile del file eseguibile.

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)

Parametri

progressDescription
String

Descrive l'evento di stato generato.

percentComplete
Int32

Valore Integer utilizzato per indicare la quantità di attività completata.

progressCountLow
Int32

Intero contenente i 32 bit bassi delle unità completate.

progressCountHigh
Int32

Intero contenente i 32 bit alti delle unità completate.

subComponent
String

Contiene maggiori dettagli sull'origine dell'evento.

fireAgain
Boolean

True per continuare a sparare; in caso contrario, false.

Si applica a