BuildEventsClass Class
Visual Studio 2012
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Refer to BuildEvents for this functionality. Do not instantiate from this class.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
The BuildEventsClass type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | add_OnBuildBegin | Infrastructure. Microsoft Internal Use Only. |
![]() | add_OnBuildDone | Infrastructure. Microsoft Internal Use Only. |
![]() | add_OnBuildProjConfigBegin | Infrastructure. Microsoft Internal Use Only. |
![]() | add_OnBuildProjConfigDone | Infrastructure. Microsoft Internal Use Only. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | remove_OnBuildBegin | Infrastructure. Microsoft Internal Use Only. |
![]() | remove_OnBuildDone | Infrastructure. Microsoft Internal Use Only. |
![]() | remove_OnBuildProjConfigBegin | Infrastructure. Microsoft Internal Use Only. |
![]() | remove_OnBuildProjConfigDone | Infrastructure. Microsoft Internal Use Only. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | OnBuildBegin | Occurs before the solution builds, before a batch build begins, or just before a project begins to build. |
![]() | OnBuildDone | Occurs after a solution build completes. |
![]() | OnBuildProjConfigBegin | Occurs when a project configuration build begins. |
![]() | OnBuildProjConfigDone | Occurs after a project configuration build completes. |
