IVsThreadedWaitDialog4::EndWaitDialog Method (Int32)

Visual Studio 2015
 

Stops the wait dialog.

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

void EndWaitDialog(
	[OutAttribute] int% pfCanceled
)

Parameters

pfCanceled
Type: System::Int32

True if the operation was canceled, otherwise false.

Return to top
Show: