BuildEventsClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Refer to BuildEvents for this functionality. Do not instantiate from this class.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | BuildEventsClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
| Name | Description | |
|---|---|---|
![]() | add_OnBuildBegin(_dispBuildEvents_OnBuildBeginEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_OnBuildDone(_dispBuildEvents_OnBuildDoneEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_OnBuildProjConfigBegin(_dispBuildEvents_OnBuildProjConfigBeginEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_OnBuildProjConfigDone(_dispBuildEvents_OnBuildProjConfigDoneEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | remove_OnBuildBegin(_dispBuildEvents_OnBuildBeginEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_OnBuildDone(_dispBuildEvents_OnBuildDoneEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_OnBuildProjConfigBegin(_dispBuildEvents_OnBuildProjConfigBeginEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_OnBuildProjConfigDone(_dispBuildEvents_OnBuildProjConfigDoneEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | OnBuildBegin | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs before the solution builds, before a batch build begins, or just before a project begins to build. |
![]() | OnBuildDone | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after a solution build completes. |
![]() | OnBuildProjConfigBegin | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a project configuration build begins. |
![]() | OnBuildProjConfigDone | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after a project configuration build completes. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


