System::ComponentModel::BackgroundWorker::ReportProgress μέθοδος
BackgroundWorker::ReportProgress(int) method
Ενεργοποιεί το συμβάν System::ComponentModel::BackgroundWorker::ProgressChanged.
void System::ComponentModel::BackgroundWorker::ReportProgress(int percentProgress)
| Parameter | Type | Περιγραφή |
|---|---|---|
| percentProgress | int | Το ποσοστό, από 0 έως 100, της λειτουργίας παρασκηνίου που έχει ολοκληρωθεί. |
Δείτε επίσης
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Page for C++
BackgroundWorker::ReportProgress(int, const System::SharedPtr<System::Object>&) method
Ενεργοποιεί το συμβάν System::ComponentModel::BackgroundWorker::ProgressChanged με αντικείμενο userState.
void System::ComponentModel::BackgroundWorker::ReportProgress(int percentProgress, const System::SharedPtr<System::Object> &userState)
| Parameter | Type | Περιγραφή |
|---|---|---|
| percentProgress | int | Το ποσοστό, από 0 έως 100, της λειτουργίας παρασκηνίου που έχει ολοκληρωθεί. |
| userState | const System::SharedPtr<System::Object>& | Το αντικείμενο κατάστασης που περνιέται στο System::ComponentModel::BackgroundWorker::RunWorkerAsync(System::Object). |
Δείτε επίσης
- Typedef SharedPtr
- Class Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Page for C++