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 | |
---|---|---|
add_OnBuildBegin | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
add_OnBuildDone | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
add_OnBuildProjConfigBegin | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
add_OnBuildProjConfigDone | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
remove_OnBuildBegin | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
remove_OnBuildDone | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
remove_OnBuildProjConfigBegin | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
remove_OnBuildProjConfigDone | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) |
Top
Events
Name | Description | |
---|---|---|
OnBuildBegin | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
OnBuildDone | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
OnBuildProjConfigBegin | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) | |
OnBuildProjConfigDone | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event.) |
Top