IVsThreadedWaitDialog2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | EndWaitDialog(Int32) | Closes the wait dialog. |
![]() | HasCanceled(Boolean) | Determines whether the dialog was canceled. |
![]() | StartWaitDialog(String^, String^, String^, Object^, String^, Int32, Boolean, Boolean) | Displays an instance of a wait dialog. |
![]() | StartWaitDialogWithPercentageProgress(String^, String^, String^, Object^, String^, Boolean, Int32, Int32, Int32) | Displays a wait dialog with a percentage-based progress bar. |
![]() | UpdateProgress(String^, String^, String^, Int32, Int32, Boolean, Boolean) | Updates the progress on the wait dialog. |
Show:
