ThreadedWaitDialogProgressData Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentStep | Current step in the progress. |
![]() | IsCancelable | A value indicating whether the user should be offered an option to cancel the operation. |
![]() | ProgressText | A more precise description of the operation in progress. |
![]() | StatusBarText | Message to display on the status bar. |
![]() | TotalSteps | Total number of steps available. Use 0 to display the indeterminate marquee in the wait dialog. |
![]() | WaitMessage | High-level description of the operation. |
Show:
