IVsThreadedWaitDialog Interface
Visual Studio 2015
Shows a dialog used while waiting for an action to end. The dialog is displayed on a separate, background thread to allow the environment to appear responsive even when busy. You can get an instance of this interface from the SVsThreadedWaitDialog (SID_SVsThreadedWaitDialog) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | EndWaitDialog(Int32) | Ends the Wait dialog. |
![]() | GiveTimeSlice(String, String, Int32, Int32) | Allows updating the text in the dialog, and checks if the user has cancelled the wait. |
![]() | StartWaitDialog(String, String, String, UInt32, Object, String) | Starts the Wait dialog. |
Show:
