ServiceProgressData Constructor
Visual Studio 2015
Reports progress with no completion information.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | ServiceProgressData(String^, String^) | 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> |
![]() | ServiceProgressData(String^, String^, Int32, Int32) | Reports progress with no completion information. |
Show:
