IVCProjectEngineEvents Interface

Definition

Interface that contains the VCProjectEngine events methods.

public interface class IVCProjectEngineEvents
public interface class IVCProjectEngineEvents
__interface IVCProjectEngineEvents
[System.Runtime.InteropServices.Guid("0FB57085-958B-45F2-BFAC-D8B5CD2B57A8")]
[System.Runtime.InteropServices.TypeLibType]
public interface IVCProjectEngineEvents
[<System.Runtime.InteropServices.Guid("0FB57085-958B-45F2-BFAC-D8B5CD2B57A8")>]
[<System.Runtime.InteropServices.TypeLibType>]
type IVCProjectEngineEvents = interface
Public Interface IVCProjectEngineEvents
Derived
Attributes

Methods

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.

Applies to