ThreadedWaitDialogProgressData Constructor (String^, String^, String^, Boolean)

Visual Studio 2015
 

Initializes a new instance of the ThreadedWaitDialogProgressData class without reporting completion information.

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

public:
ThreadedWaitDialogProgressData(
	String^ waitMessage,
	String^ progressText = null,
	String^ statusBarText = null,
	bool isCancelable = false
)

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.

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

Return to top
Show: