IVsThreadedWaitDialog3::UpdateProgress Method (String^, String^, String^, Int32, Int32, Boolean, Boolean)
Visual Studio 2015
Updates the progress of the wait dialog.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void UpdateProgress( String^ szUpdatedWaitMessage, String^ szProgressText, String^ szStatusBarText, int iCurrentStep, int iTotalSteps, bool fDisableCancel, [OutAttribute] bool% pfCanceled )
Parameters
- szUpdatedWaitMessage
-
Type:
System::String^
The text of the updated wait message.
- szProgressText
-
Type:
System::String^
The progress text.
- szStatusBarText
-
Type:
System::String^
The text of the status bar.
- iCurrentStep
-
Type:
System::Int32
The index of the current step.
- iTotalSteps
-
Type:
System::Int32
The number of steps.
- fDisableCancel
-
Type:
System::Boolean
True to disable cancellation, otherwise false.
- pfCanceled
-
Type:
System::Boolean
True if canceled, otherwise false.
Show: