_dispVCProjectEngineEvents_Event Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispVCProjectEngineEvents_Event
[ComVisibleAttribute(false)]
public interface _dispVCProjectEngineEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispVCProjectEngineEvents_Event
[<ComVisibleAttribute(false)>]
type _dispVCProjectEngineEvents_Event =  interface end
public interface _dispVCProjectEngineEvents_Event

The _dispVCProjectEngineEvents_Event type exposes the following members.

Methods

  Name Description
Public method add_ItemAdded Infrastructure. Microsoft Internal Use Only.
Public method add_ItemMoved Infrastructure. Microsoft Internal Use Only.
Public method add_ItemPropertyChange Infrastructure. Microsoft Internal Use Only.
Public method add_ItemPropertyChange2
Public method add_ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public method add_ItemRenamed Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectBuildFinished Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectBuildStarted Infrastructure. Microsoft Internal Use Only.
Public method add_ReportError Infrastructure. Microsoft Internal Use Only.
Public method add_SccEvent Infrastructure. Microsoft Internal Use Only.
Public method add_SolutionLoaded Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemMoved Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemPropertyChange Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemPropertyChange2
Public method remove_ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemRenamed Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectBuildFinished Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectBuildStarted Infrastructure. Microsoft Internal Use Only.
Public method remove_ReportError Infrastructure. Microsoft Internal Use Only.
Public method remove_SccEvent Infrastructure. Microsoft Internal Use Only.
Public method remove_SolutionLoaded Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event ItemAdded Occurs immediately after you add a project to a solution or an item to a project.
Public event ItemMoved Occurs when a specified object is moved within a project.
Public event ItemPropertyChange Occurs when a property changed for the specified item.
Public event ItemPropertyChange2
Public event ItemRemoved Occurs immediately after you remove a project from a solution or a project item from a project.
Public event ItemRenamed Occurs immediately after you rename a project in a solution or a project item in a project.
Public event ProjectBuildFinished Occurs when the building of a project has been completed.
Public event ProjectBuildStarted Occurs when the building of a project has begun.
Public event ReportError Occurs when an error message is sent to the user interface.
Public event SccEvent Occurs when a source code control event has occurred.
Public event SolutionLoaded Occurs immediately after a solution is loaded.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace