_dispVCProjectEngineEvents Methods
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Name | Description | |
|---|---|---|
![]() | ItemAdded(Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Signifies that the specified item was added to the project. |
![]() | ItemMoved(Object^, Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Signifies that the specified item was moved within the project. |
![]() | ItemPropertyChange(Object^, Object^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Signifies that a property changed for the specified item. |
![]() | ItemPropertyChange2(Object^, String^, String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | ItemRemoved(Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Signifies that the specified item was removed from the project. |
![]() | ItemRenamed(Object^, Object^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Signifies that the specified item in the project was renamed. |
![]() | ProjectBuildFinished(Object^, Int32, Int32, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Signifies that the building of a project has been completed. |
![]() | ProjectBuildStarted(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Signifies that the building of a project has begun. |
![]() | ReportError(String^, Int32, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sends an error message to the user interface. |
![]() | SccEvent(Object^, enumSccEvent) | This API supports the product infrastructure and is not intended to be used directly from your code. Signifies that a source code control event has occurred. |
![]() | SolutionLoaded() | This API supports the product infrastructure and is not intended to be used directly from your code. Signifies that a Visual C++ solution was loaded. |
