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.Page for C++
BackgroundWorker::ReportProgress(int, const System::SharedPtr<System::Object>&) method
userState オブジェクトを使用して System::ComponentModel::BackgroundWorker::ProgressChanged イベントを発生させます。
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.Page for C++