ThreadedWaitDialogProgressData Class

Visual Studio 2015
 

Contains details on the progress of a long-running operation for purposes of updating the IVsThreadedWaitDialog.

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

System.Object
  Microsoft.VisualStudio.Shell.ThreadedWaitDialogProgressData

public class ThreadedWaitDialogProgressData

NameDescription
System_CAPS_pubmethodThreadedWaitDialogProgressData(String, String, String, Boolean)

Initializes a new instance of the ThreadedWaitDialogProgressData class without reporting completion information.

System_CAPS_pubmethodThreadedWaitDialogProgressData(String, String, String, Boolean, Int32, Int32)

Initializes a new instance of the ThreadedWaitDialogProgressData class and reports completion information.

NameDescription
System_CAPS_pubpropertyCurrentStep

Current step in the progress.

System_CAPS_pubpropertyIsCancelable

A value indicating whether the user should be offered an option to cancel the operation.

System_CAPS_pubpropertyProgressText

A more precise description of the operation in progress.

System_CAPS_pubpropertyStatusBarText

Message to display on the status bar.

System_CAPS_pubpropertyTotalSteps

Total number of steps available. Use 0 to display the indeterminate marquee in the wait dialog.

System_CAPS_pubpropertyWaitMessage

High-level description of the operation.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodNextStep()

Creates a clone of this instance with CurrentStep incremented by one. No validation is done by this method to ensure that CurrentStep remains less than or equal to TotalSteps.

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: