IVsThreadedWaitDialog4::StartWaitDialogWithPercentageProgress Method (String^, String^, String^, Object^, String^, Boolean, Int32, Int32, Int32)
Visual Studio 2015
Starts a wait dialog that shows progress.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
void StartWaitDialogWithPercentageProgress( String^ szWaitCaption, String^ szWaitMessage, String^ szProgressText, Object^ varStatusBmpAnim, String^ szStatusBarText, bool fIsCancelable, int iDelayToShowDialog, int iTotalSteps, int iCurrentStep )
Parameters
- szWaitCaption
-
Type:
System::String^
The wait dialog caption
- szWaitMessage
-
Type:
System::String^
The wait message.
- szProgressText
-
Type:
System::String^
The progress text.
- varStatusBmpAnim
-
Type:
System::Object^
Optional. Should be a VT_INT_PTR containing a valid BMP, or VT_NULL.
- szStatusBarText
-
Type:
System::String^
The text of the status bar.
- fIsCancelable
-
Type:
System::Boolean
True if there is a cancelable button on the dialog, otherwise false.
- iDelayToShowDialog
-
Type:
System::Int32
The number of seconds to delay showing the dialog.
- iTotalSteps
-
Type:
System::Int32
The number of steps.
- iCurrentStep
-
Type:
System::Int32
The index of the current step.
Show: