IVsThreadedWaitDialog4::UpdateProgress Method (String^, String^, String^, Int32, Int32, Boolean, Boolean)

Visual Studio 2015
 

Updates the progress of the wait dialog.

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

Return to top
Show: