IVsThreadedWaitDialog3::HasCanceled Method (Boolean)

 

Determines whether the dialog has been canceled.

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

void HasCanceled(
	[OutAttribute] bool% pfCanceled
)

Parameters

pfCanceled
Type: System::Boolean

True if the dialog was canceled, otherwise false.

Return to top
Show: