_dispVCProjectEngineEvents Interface

Definition

Microsoft internal use only.

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

public interface class _dispVCProjectEngineEvents
public interface class _dispVCProjectEngineEvents
__interface _dispVCProjectEngineEvents
[System.Runtime.InteropServices.Guid("8B558010-3D1F-43EA-AF3E-46319FD787EB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)]
[System.Runtime.InteropServices.TypeLibType]
public interface _dispVCProjectEngineEvents
[<System.Runtime.InteropServices.Guid("8B558010-3D1F-43EA-AF3E-46319FD787EB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)>]
[<System.Runtime.InteropServices.TypeLibType>]
type _dispVCProjectEngineEvents = interface
Public Interface _dispVCProjectEngineEvents
Derived
Attributes

Methods

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)
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.

Applies to