BuildEvents Interface

Provides a list of events for solution builds. Use this object for functionality and refer to BuildEventsClass for this object’s documentation.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("794A2BA5-FFA6-4FC5-BF13-957B2C22EDD7")> _
Public Interface BuildEvents _
    Inherits _BuildEvents, _dispBuildEvents_Event
[GuidAttribute("794A2BA5-FFA6-4FC5-BF13-957B2C22EDD7")]
public interface BuildEvents : _BuildEvents, 
    _dispBuildEvents_Event
[GuidAttribute(L"794A2BA5-FFA6-4FC5-BF13-957B2C22EDD7")]
public interface class BuildEvents : _BuildEvents, 
    _dispBuildEvents_Event
[<GuidAttribute("794A2BA5-FFA6-4FC5-BF13-957B2C22EDD7")>]
type BuildEvents =  
    interface 
        interface _BuildEvents 
        interface _dispBuildEvents_Event 
    end
public interface BuildEvents extends _BuildEvents, _dispBuildEvents_Event

The BuildEvents type exposes the following members.

Methods

  Name Description
Public method add_OnBuildBegin Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public method add_OnBuildDone Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public method add_OnBuildProjConfigBegin Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public method add_OnBuildProjConfigDone Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public method remove_OnBuildBegin Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public method remove_OnBuildDone Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public method remove_OnBuildProjConfigBegin Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public method remove_OnBuildProjConfigDone Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)

Top

Events

  Name Description
Public event OnBuildBegin Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public event OnBuildDone Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public event OnBuildProjConfigBegin Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)
Public event OnBuildProjConfigDone Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.)

Top

See Also

Reference

EnvDTE Namespace