ThreadedWaitDialogProgressData Constructor (String^, String^, String^, Boolean, Int32, Int32)
Visual Studio 2015
Initializes a new instance of the ThreadedWaitDialogProgressData class and reports completion information.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
public: ThreadedWaitDialogProgressData( String^ waitMessage, String^ progressText, String^ statusBarText, bool isCancelable, int currentStep, int totalSteps )
Parameters
- waitMessage
-
Type:
System::String^
High-level description of the operation.
- progressText
-
Type:
System::String^
A more precise description of the operation in progress.
- statusBarText
-
Type:
System::String^
Message to display on the status bar.
- isCancelable
-
Type:
System::Boolean
A value indicating whether the user should be offered an option to cancel the operation.
- currentStep
-
Type:
System::Int32
Current step in the progress.
- totalSteps
-
Type:
System::Int32
Total number of steps available. Use 0 to display the indeterminate marquee in the wait dialog.
Show: