Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("157CF85D-7E57-4707-A9B2-43ECD9D57985")> _
Public Interface IVCProjectEngineEvents2 _
Inherits IVCProjectEngineEvents
[GuidAttribute("157CF85D-7E57-4707-A9B2-43ECD9D57985")]
public interface IVCProjectEngineEvents2 : IVCProjectEngineEvents
[GuidAttribute(L"157CF85D-7E57-4707-A9B2-43ECD9D57985")]
public interface class IVCProjectEngineEvents2 : IVCProjectEngineEvents
[<GuidAttribute("157CF85D-7E57-4707-A9B2-43ECD9D57985")>]
type IVCProjectEngineEvents2 =
interface
interface IVCProjectEngineEvents
end
public interface IVCProjectEngineEvents2 extends IVCProjectEngineEvents
The IVCProjectEngineEvents2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ItemAdded | |
![]() |
ItemMoved | |
![]() |
ItemPropertyChange | |
![]() |
ItemPropertyChange2 | |
![]() |
ItemRemoved | |
![]() |
ItemRenamed | |
![]() |
ProjectBuildFinished | |
![]() |
ProjectBuildStarted | |
![]() |
ReportError | |
![]() |
SccEvent | |
![]() |
SolutionLoaded |
Top