BuildEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a list of events for solution builds. Use this object for functionality and refer to BuildEventsClass for this object’s documentation.
public interface class BuildEvents : EnvDTE::_BuildEvents, EnvDTE::_dispBuildEvents_Event
public interface class BuildEvents : EnvDTE::_dispBuildEvents_Event
public interface class BuildEvents : EnvDTE::_BuildEvents, EnvDTE::_dispBuildEvents_Event
__interface BuildEvents : EnvDTE::_BuildEvents, EnvDTE::_dispBuildEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.BuildEventsClass))]
[System.Runtime.InteropServices.Guid("794A2BA5-FFA6-4FC5-BF13-957B2C22EDD7")]
public interface BuildEvents : EnvDTE._BuildEvents, EnvDTE._dispBuildEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.BuildEventsClass))]
[System.Runtime.InteropServices.Guid("794A2BA5-FFA6-4FC5-BF13-957B2C22EDD7")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface BuildEvents : EnvDTE._dispBuildEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.BuildEventsClass))>]
[<System.Runtime.InteropServices.Guid("794A2BA5-FFA6-4FC5-BF13-957B2C22EDD7")>]
type BuildEvents = interface
interface _BuildEvents
interface _dispBuildEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.BuildEventsClass))>]
[<System.Runtime.InteropServices.Guid("794A2BA5-FFA6-4FC5-BF13-957B2C22EDD7")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type BuildEvents = interface
interface _dispBuildEvents_Event
Public Interface BuildEvents
Implements _BuildEvents, _dispBuildEvents_Event
Public Interface BuildEvents
Implements _dispBuildEvents_Event
- Derived
- Attributes
- Implements
Methods
Events
OnBuildBegin |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event) |
OnBuildDone |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event) |
OnBuildProjConfigBegin |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event) |
OnBuildProjConfigDone |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispBuildEvents_Event) |