ServiceProgressData Constructor (String^, String^, Int32, Int32)

Visual Studio 2015
 

Reports progress with no completion information.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public:
ServiceProgressData(
	String^ waitMessage,
	String^ progressText,
	int currentStep,
	int totalSteps
)

Parameters

waitMessage
Type: System::String^

The message to be displayed to the user.

progressText
Type: System::String^

The message that indicates the current progress of the operation.

currentStep
Type: System::Int32

The number of the current step.

totalSteps
Type: System::Int32

The number of total steps.

Threaded wait dialog will show marquee style progress bar because no detailed progress information is provided.

Return to top
Show: