IVsThreadedWaitDialog4::HasCanceled Method (Boolean)

Visual Studio 2015
 

Determines whether the dialog has been canceled.

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

void HasCanceled(
	[OutAttribute] bool% pfCanceled
)

Parameters

pfCanceled
Type: System::Boolean

True if the dialog was canceled, otherwise false.

Return to top
Show: