ThreadedWaitDialogProgressData Properties

Visual Studio 2015
 

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

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.

Return to top
Show: