ThreadedWaitDialogHelper.EndWaitDialog(IVsThreadedWaitDialog2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes the wait dialog.
public:
[System::Runtime::CompilerServices::Extension]
static bool EndWaitDialog(Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 ^ dialog);
public:
[System::Runtime::CompilerServices::Extension]
static bool EndWaitDialog(Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 ^ dialog);
public static bool EndWaitDialog (this Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog2 dialog);
static member EndWaitDialog : Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog2 -> bool
<Extension()>
Public Function EndWaitDialog (dialog As IVsThreadedWaitDialog2) As Boolean
Parameters
- dialog
- IVsThreadedWaitDialog2
The dialog to be closed.
Returns
true
if the user has requested cancellation; false
otherwise.