IVsThreadedWaitDialog4.HasCanceled(Boolean) 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.
Determines whether the dialog has been canceled.
public:
void HasCanceled([Runtime::InteropServices::Out] bool % pfCanceled);
public void HasCanceled (out bool pfCanceled);
abstract member HasCanceled : bool -> unit
Public Sub HasCanceled (ByRef pfCanceled As Boolean)
Parameters
- pfCanceled
- Boolean
True if the dialog was canceled, otherwise false.
Implements
Remarks
This method is safe to access from any thread.