VCProjectEngineEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The VCProjectEngineEvents object exposes events fired by a Visual C++ project. Use VCProjectEngineEvents for functionality and refer to _dispVCProjectEngineEvents for this object's documentation.
public interface class VCProjectEngineEvents : Microsoft::VisualStudio::VCProjectEngine::_dispVCProjectEngineEvents_Event, Microsoft::VisualStudio::VCProjectEngine::_VCProjectEngineEvents
public interface class VCProjectEngineEvents : Microsoft::VisualStudio::VCProjectEngine::_dispVCProjectEngineEvents_Event, Microsoft::VisualStudio::VCProjectEngine::_VCProjectEngineEvents
__interface VCProjectEngineEvents : Microsoft::VisualStudio::VCProjectEngine::_dispVCProjectEngineEvents_Event, Microsoft::VisualStudio::VCProjectEngine::_VCProjectEngineEvents
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.VCProjectEngine.VCProjectEngineEventsClass))]
[System.Runtime.InteropServices.Guid("BC11C64A-17BB-4C0D-8E31-E85AC066A120")]
public interface VCProjectEngineEvents : Microsoft.VisualStudio.VCProjectEngine._dispVCProjectEngineEvents_Event, Microsoft.VisualStudio.VCProjectEngine._VCProjectEngineEvents
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.VCProjectEngine.VCProjectEngineEventsClass))>]
[<System.Runtime.InteropServices.Guid("BC11C64A-17BB-4C0D-8E31-E85AC066A120")>]
type VCProjectEngineEvents = interface
interface _VCProjectEngineEvents
interface _dispVCProjectEngineEvents_Event
Public Interface VCProjectEngineEvents
Implements _dispVCProjectEngineEvents_Event, _VCProjectEngineEvents
- Derived
- Attributes
- Implements
Methods
Events
ItemAdded |
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. (Inherited from _dispVCProjectEngineEvents_Event) |
ItemMoved |
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. (Inherited from _dispVCProjectEngineEvents_Event) |
ItemPropertyChange |
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. (Inherited from _dispVCProjectEngineEvents_Event) |
ItemPropertyChange2 |
This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from _dispVCProjectEngineEvents_Event) |
ItemRemoved |
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. (Inherited from _dispVCProjectEngineEvents_Event) |
ItemRenamed |
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. (Inherited from _dispVCProjectEngineEvents_Event) |
ProjectBuildFinished |
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. (Inherited from _dispVCProjectEngineEvents_Event) |
ProjectBuildStarted |
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. (Inherited from _dispVCProjectEngineEvents_Event) |
ReportError |
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. (Inherited from _dispVCProjectEngineEvents_Event) |
SccEvent |
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. (Inherited from _dispVCProjectEngineEvents_Event) |
SolutionLoaded |
This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after a solution is loaded. (Inherited from _dispVCProjectEngineEvents_Event) |