ThreadedWaitDialogHelper Methods

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateInstance(IVsThreadedWaitDialogFactory^)

Creates an instance of the threaded wait dialog.

System_CAPS_pubmethodSystem_CAPS_staticEndWaitDialog(IVsThreadedWaitDialog2^)

Closes the wait dialog.

System_CAPS_pubmethodSystem_CAPS_staticStartWaitDialog(IVsThreadedWaitDialogFactory^, String^, ThreadedWaitDialogProgressData^, TimeSpan)

Show the threaded wait dialog and wire it up to receive progress updates via IProgress{ThreadedWaitDialogProgressData}and report cancellation via CancellationToken.

Return to top
Show: