ServiceProgressData Class

Visual Studio 2015
 

This class used to propagate service or package load progress for async service and packages. Messages and values passed through this class will be shown to the user in some appropriate manner by the shell.

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

System.Object
  Microsoft.VisualStudio.Shell.ServiceProgressData

public sealed class ServiceProgressData

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.

NameDescription
System_CAPS_pubpropertyCurrentStep

Gets the number of the current step.

System_CAPS_pubpropertyProgressText

Gets the message that indicates the current progress.

System_CAPS_pubpropertyTotalSteps

Gets the number of total steps.

System_CAPS_pubpropertyWaitMessage

Gets the message that is displayed to the user.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: