_dispVCProjectEngineEvents 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
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<GuidAttribute("8591ED51-DEAA-444F-A0EF-688DD0CAEB3F")> _
Public Interface _dispVCProjectEngineEvents
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[GuidAttribute("8591ED51-DEAA-444F-A0EF-688DD0CAEB3F")]
public interface _dispVCProjectEngineEvents
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
[GuidAttribute(L"8591ED51-DEAA-444F-A0EF-688DD0CAEB3F")]
public interface class _dispVCProjectEngineEvents
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
[<GuidAttribute("8591ED51-DEAA-444F-A0EF-688DD0CAEB3F")>]
type _dispVCProjectEngineEvents = interface end
public interface _dispVCProjectEngineEvents
The _dispVCProjectEngineEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
ItemAdded | Signifies that the specified item was added to the project. | |
ItemMoved | Signifies that the specified item was moved within the project. | |
ItemPropertyChange | Signifies that a property changed for the specified item. | |
ItemPropertyChange2 | ||
ItemRemoved | Signifies that the specified item was removed from the project. | |
ItemRenamed | Signifies that the specified item in the project was renamed. | |
ProjectBuildFinished | Signifies that the building of a project has been completed. | |
ProjectBuildStarted | Signifies that the building of a project has begun. | |
ReportError | Sends an error message to the user interface. | |
SccEvent | Signifies that a source code control event has occurred. | |
SolutionLoaded | Signifies that a Visual C++ solution was loaded. |
Top