IVsThreadedWaitDialog4::StartWaitDialogWithCallback Method (String^, String^, String^, Object^, String^, Boolean, Int32, Boolean, Int32, Int32, IVsThreadedWaitDialogCallback^)
Visual Studio 2015
Starts a wait dialog with a callback.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
void StartWaitDialogWithCallback( String^ szWaitCaption, String^ szWaitMessage, String^ szProgressText, Object^ varStatusBmpAnim, String^ szStatusBarText, bool fIsCancelable, int iDelayToShowDialog, bool fShowProgress, int iTotalSteps, int iCurrentStep, IVsThreadedWaitDialogCallback^ pCallback )
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 status bar text. Can be NULL.
- 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.
- fShowProgress
-
Type:
System::Boolean
True to show progress, otherwise false.
- iTotalSteps
-
Type:
System::Int32
The number of steps.
- iCurrentStep
-
Type:
System::Int32
The index of the current step.
- pCallback
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsThreadedWaitDialogCallback^
The callback.
Show: