IVCProjectEngineEvents Interface
Visual Studio 2015
Interface that contains the VCProjectEngine events methods.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Name | Description | |
|---|---|---|
![]() | ItemAdded(Object, Object) | Signifies that the specified item was added to the project. |
![]() | ItemMoved(Object, Object, Object) | Signifies that the specified item was moved within the project. |
![]() | ItemPropertyChange(Object, Object, Int32) | Signifies that a property changed for the specified item. |
![]() | ItemRemoved(Object, Object) | Signifies that the specified item was removed from the project. |
![]() | ItemRenamed(Object, Object, String) | Signifies that the specified item in the project was renamed. |
![]() | ProjectBuildFinished(Object, Int32, Int32, Boolean) | Signifies that the building of a project has been completed. |
![]() | ProjectBuildStarted(Object) | Signifies that the building of a project has begun. |
![]() | ReportError(String, Int32, String) | Sends an error message to the user interface. |
![]() | SccEvent(Object, enumSccEvent) | Signifies that a source code control event has occurred. |
![]() | SolutionLoaded() | Fires when a Visual C++ solution is loaded. |
Show:
