ServiceProgressData Constructor

Visual Studio 2015
 

Reports progress with no completion information.

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

NameDescription
System_CAPS_pubmethodServiceProgressData(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>

System_CAPS_pubmethodServiceProgressData(String^, String^, Int32, Int32)

Reports progress with no completion information.

Return to top
Show: