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("7A85EF0C-452A-4898-ABBA-42C1A68B80B6")> _
Public Interface IVCProjectEngineEvents
[GuidAttribute("7A85EF0C-452A-4898-ABBA-42C1A68B80B6")]
public interface IVCProjectEngineEvents
[GuidAttribute(L"7A85EF0C-452A-4898-ABBA-42C1A68B80B6")]
public interface class IVCProjectEngineEvents
[<GuidAttribute("7A85EF0C-452A-4898-ABBA-42C1A68B80B6")>]
type IVCProjectEngineEvents =  interface end
public interface IVCProjectEngineEvents

The IVCProjectEngineEvents type exposes the following members.

Methods

  Name Description
Public method ItemAdded Signifies that the specified item was added to the project.
Public method ItemMoved Signifies that the specified item was moved within the project.
Public method ItemPropertyChange Signifies that a property changed for the specified item.
Public method ItemRemoved Signifies that the specified item was removed from the project.
Public method ItemRenamed Signifies that the specified item in the project was renamed.
Public method ProjectBuildFinished Signifies that the building of a project has been completed.
Public method ProjectBuildStarted Signifies that the building of a project has begun.
Public method ReportError Sends an error message to the user interface.
Public method SccEvent Signifies that a source code control event has occurred.
Public method SolutionLoaded Fires when a Visual C++ solution is loaded.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace