IVsUpdateSolutionEvents4::OnActiveProjectCfgChangeBatchBegin Method ()
Visual Studio 2015
Fired to indicate that several OnActiveProjectCfgChange events will follow in rapid succession. OnActiveProjectCfgChangeBatchEnd is fired afterwards to indicate the end of batch.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Subscribers that handle OnActiveProjectCfgChange and do considerable work in response to it can use this method and OnActiveProjectCfgChangeBatchEnd to detect several consecutive configuration changes, and only do the work once for all of them, rather than recomputing for each separate event.
Show: