_dispBuildEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispBuildEvents_Event
[ComVisibleAttribute(false)]
public interface _dispBuildEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispBuildEvents_Event
[<ComVisibleAttribute(false)>]
type _dispBuildEvents_Event = interface end
public interface _dispBuildEvents_Event
The _dispBuildEvents_Event type exposes the following members.
Methods
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. | |
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. |
Top
Events
Name | Description | |
---|---|---|
OnBuildBegin | Infrastructure. Microsoft Internal Use Only. | |
OnBuildDone | Infrastructure. Microsoft Internal Use Only. | |
OnBuildProjConfigBegin | Infrastructure. Microsoft Internal Use Only. | |
OnBuildProjConfigDone | Infrastructure. Microsoft Internal Use Only. |
Top