IVsTrackProjectDocumentsEvents3::OnCancelQueryBatch Method ()
Visual Studio 2015
This method is called to indicate that a batch query process has been canceled.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
From ivstrackprojectdocumentsevents80.idl
HRESULT OnCancelQueryBatch(void);
This method is called as a result of a call to the CancelQueryBatch method.
If a project determines that a batch process cannot proceed, it calls this method to indicate that the process is canceled. This method should do whatever is necessary to clean up what might have been done in the OnBeginQueryBatch method.
For every call to this method, a previous call to the OnBeginQueryBatch method must have been made.
Show: