IVsThreadedWaitDialog3::StartWaitDialogWithPercentageProgress Method (String^, String^, String^, Object^, String^, Boolean, Int32, Int32, Int32)

 

Starts a wait dialog that shows progress.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.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.

Return to top
Show: