Metodo System::ComponentModel::BackgroundWorker::ReportProgress

BackgroundWorker::ReportProgress(int) method

Genera l’evento System::ComponentModel::BackgroundWorker::ProgressChanged.

void System::ComponentModel::BackgroundWorker::ReportProgress(int percentProgress)
ParametroTipoDescrizione
percentProgressintLa percentuale, da 0 a 100, dell’operazione in background completata.

Vedi anche

BackgroundWorker::ReportProgress(int, const System::SharedPtr<System::Object>&) method

Genera l’evento System::ComponentModel::BackgroundWorker::ProgressChanged con l’oggetto userState.

void System::ComponentModel::BackgroundWorker::ReportProgress(int percentProgress, const System::SharedPtr<System::Object> &userState)
ParametroTipoDescrizione
percentProgressintLa percentuale, da 0 a 100, dell’operazione in background completata.
userStateconst System::SharedPtr<System::Object>&L’oggetto di stato passato a System::ComponentModel::BackgroundWorker::RunWorkerAsync(System::Object).

Vedi anche