IAsyncProgressCallback::ReportProgress Method (Guid, String^, String^, Int32, Int32)
Visual Studio 2015
Reports progress.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
void ReportProgress( [InAttribute] Guid% guidService, String^ szWaitMessage, String^ szProgressText, int iCurrentStep, int iTotalSteps )
Parameters
- guidService
-
Type:
System::Guid
The GUID of the service.
- szWaitMessage
-
Type:
System::String^
The message used to tell users to wait.
- szProgressText
-
Type:
System::String^
The message used to report progress.
- iCurrentStep
-
Type:
System::Int32
The number of the current step.
- iTotalSteps
-
Type:
System::Int32
The number of overall steps.
Show: