IVCProjectEngineEvents Interface
Interface that contains the VCProjectEngine events methods.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("11A3C122-392E-4238-B486-46E4395CD561")> _
Public Interface IVCProjectEngineEvents
[GuidAttribute("11A3C122-392E-4238-B486-46E4395CD561")]
public interface IVCProjectEngineEvents
[GuidAttribute(L"11A3C122-392E-4238-B486-46E4395CD561")]
public interface class IVCProjectEngineEvents
[<GuidAttribute("11A3C122-392E-4238-B486-46E4395CD561")>]
type IVCProjectEngineEvents = interface end
public interface IVCProjectEngineEvents
The IVCProjectEngineEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ItemAdded | Signifies that the specified item was added to the project. |
![]() |
ItemMoved | Signifies that the specified item was moved within the project. |
![]() |
ItemPropertyChange | Signifies that a property changed for the specified item. |
![]() |
ItemRemoved | Signifies that the specified item was removed from the project. |
![]() |
ItemRenamed | Signifies that the specified item in the project was renamed. |
![]() |
ProjectBuildFinished | Signifies that the building of a project has been completed. |
![]() |
ProjectBuildStarted | Signifies that the building of a project has begun. |
![]() |
ReportError | Sends an error message to the user interface. |
![]() |
SccEvent | Signifies that a source code control event has occurred. |
![]() |
SolutionLoaded | Fires when a Visual C++ solution is loaded. |
Top