ThreadedWaitDialogHelper::EndWaitDialog Method (IVsThreadedWaitDialog2^)

Visual Studio 2015
 

Closes the wait dialog.

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

public:
[ExtensionAttribute]
static bool EndWaitDialog(
	IVsThreadedWaitDialog2^ dialog
)

Parameters

dialog
Type: Microsoft.VisualStudio.Shell.Interop::IVsThreadedWaitDialog2^

The dialog to be closed.

Return Value

Type: System::Boolean

True if the user has requested cancellation;false otherwise.

Return to top
Show: