ServiceProgressData Constructor (String^, String^)

Visual Studio 2015
 

Reports progress with no completion information./// </summary>/// <param name="waitMessage"> </param>/// <param name="progressText">Message indicating current progress of the operation</param>/// <remarks>Threaded wait dialog will show marquee style progress bar because no detailed progress information is provided</remarks>

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 = null
)

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.

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

Return to top
Show: