IVsTrackProjectDocuments2::Flush Method ()
Visual Studio 2015
This method displays the UI for the IVsTrackProjectDocuments2 calls completed so far without ending the batch.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
From IVsTrackProjectDocuments2.idl
HRESULT Flush();
IVsTrackProjectDocuments2.Flush allows projects to display the UI for the IVsTrackProjectDocuments2.OnAfter* methods called since the start of the batch. Unlike EndBatch, IVsTrackProjectDocuments2.Flush does not actually end the batch. This allows the project to continue batching without ending the batch.
Note |
|---|
You can batch only OnAfter* methods. OnQuery* methods cannot be batched. |
Show:
