طريقة System::ComponentModel::BackgroundWorker::ReportProgress
BackgroundWorker::ReportProgress(int) method
يطلق حدث System::ComponentModel::BackgroundWorker::ProgressChanged.
void System::ComponentModel::BackgroundWorker::ReportProgress(int percentProgress)
| معامل | نوع | الوصف |
|---|---|---|
| percentProgress | int | النسبة المئوية، من 0 إلى 100، للعملية الخلفية التي اكتملت. |
انظر أيضًا
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| 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.Font for C++