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>
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
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.
Show: