_dispVCProjectEngineEvents_Event Interface

 

This API supports the product 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)

[ComVisibleAttribute(false)]
public interface _dispVCProjectEngineEvents_Event

NameDescription
System_CAPS_pubmethodadd_ItemAdded(_dispVCProjectEngineEvents_ItemAddedEventHandler)

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

System_CAPS_pubmethodadd_ItemMoved(_dispVCProjectEngineEvents_ItemMovedEventHandler)

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

System_CAPS_pubmethodadd_ItemPropertyChange(_dispVCProjectEngineEvents_ItemPropertyChangeEventHandler)

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

System_CAPS_pubmethodadd_ItemPropertyChange2(_dispVCProjectEngineEvents_ItemPropertyChange2EventHandler)

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

System_CAPS_pubmethodadd_ItemRemoved(_dispVCProjectEngineEvents_ItemRemovedEventHandler)

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

System_CAPS_pubmethodadd_ItemRenamed(_dispVCProjectEngineEvents_ItemRenamedEventHandler)

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

System_CAPS_pubmethodadd_ProjectBuildFinished(_dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler)

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

System_CAPS_pubmethodadd_ProjectBuildStarted(_dispVCProjectEngineEvents_ProjectBuildStartedEventHandler)

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

System_CAPS_pubmethodadd_ReportError(_dispVCProjectEngineEvents_ReportErrorEventHandler)

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

System_CAPS_pubmethodadd_SccEvent(_dispVCProjectEngineEvents_SccEventEventHandler)

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

System_CAPS_pubmethodadd_SolutionLoaded(_dispVCProjectEngineEvents_SolutionLoadedEventHandler)

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

System_CAPS_pubmethodremove_ItemAdded(_dispVCProjectEngineEvents_ItemAddedEventHandler)

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

System_CAPS_pubmethodremove_ItemMoved(_dispVCProjectEngineEvents_ItemMovedEventHandler)

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

System_CAPS_pubmethodremove_ItemPropertyChange(_dispVCProjectEngineEvents_ItemPropertyChangeEventHandler)

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

System_CAPS_pubmethodremove_ItemPropertyChange2(_dispVCProjectEngineEvents_ItemPropertyChange2EventHandler)

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

System_CAPS_pubmethodremove_ItemRemoved(_dispVCProjectEngineEvents_ItemRemovedEventHandler)

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

System_CAPS_pubmethodremove_ItemRenamed(_dispVCProjectEngineEvents_ItemRenamedEventHandler)

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

System_CAPS_pubmethodremove_ProjectBuildFinished(_dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler)

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

System_CAPS_pubmethodremove_ProjectBuildStarted(_dispVCProjectEngineEvents_ProjectBuildStartedEventHandler)

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

System_CAPS_pubmethodremove_ReportError(_dispVCProjectEngineEvents_ReportErrorEventHandler)

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

System_CAPS_pubmethodremove_SccEvent(_dispVCProjectEngineEvents_SccEventEventHandler)

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

System_CAPS_pubmethodremove_SolutionLoaded(_dispVCProjectEngineEvents_SolutionLoadedEventHandler)

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

NameDescription
System_CAPS_pubeventItemAdded

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after you add a project to a solution or an item to a project.

System_CAPS_pubeventItemMoved

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a specified object is moved within a project.

System_CAPS_pubeventItemPropertyChange

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a property changed for the specified item.

System_CAPS_pubeventItemPropertyChange2

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

System_CAPS_pubeventItemRemoved

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after you remove a project from a solution or a project item from a project.

System_CAPS_pubeventItemRenamed

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after you rename a project in a solution or a project item in a project.

System_CAPS_pubeventProjectBuildFinished

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the building of a project has been completed.

System_CAPS_pubeventProjectBuildStarted

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the building of a project has begun.

System_CAPS_pubeventReportError

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when an error message is sent to the user interface.

System_CAPS_pubeventSccEvent

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a source code control event has occurred.

System_CAPS_pubeventSolutionLoaded

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after a solution is loaded.

Return to top
Show: