IVsFireUpdateSolutionEvents Interface
Visual Studio 2015
Implemented by the Environment. Used by projects that nest sub-projects. These projects must implement IVsParentProject. This interface allows a project that nests sub-projects to fire the same UpdateSolutionEvents that the Solution normally fires. This interface is similar to the related IVsFireSolutionEvents interface but is accessed via QueryService for the SVsSolutionBuildManager service. These methods iterate through the notification sinks of clients of IVsUpdateSolutionEvents and call the appropriate notification method.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | FireOnActiveProjectCfgChange(IVsHierarchy) | Fires when the active project configuration changes. |
![]() | FireOnActiveProjectCfgChangeBatchBegin() | Fires when a batch change to the active project configuration begins. |
![]() | FireOnActiveProjectCfgChangeBatchEnd() | Fires when the batch active project configuration change ends. |
Show:
