BuildEventsClass Class
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.
Refer to BuildEvents for this functionality. Do not instantiate from this class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class BuildEventsClass : EnvDTE::BuildEvents
public ref class BuildEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class BuildEventsClass : EnvDTE::BuildEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispBuildEvents\0")]
[System.Runtime.InteropServices.Guid("D83D60E3-229F-4660-8DD0-28B629EEDCDA")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class BuildEventsClass : EnvDTE.BuildEvents
[System.Runtime.InteropServices.Guid("D83D60E3-229F-4660-8DD0-28B629EEDCDA")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispBuildEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class BuildEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispBuildEvents\0")>]
[<System.Runtime.InteropServices.Guid("D83D60E3-229F-4660-8DD0-28B629EEDCDA")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type BuildEventsClass = class
interface _BuildEvents
interface BuildEvents
interface _dispBuildEvents_Event
[<System.Runtime.InteropServices.Guid("D83D60E3-229F-4660-8DD0-28B629EEDCDA")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispBuildEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type BuildEventsClass = class
Public Class BuildEventsClass
Implements BuildEvents
Public Class BuildEventsClass
- Inheritance
-
BuildEventsClass
- Attributes
- Implements
Constructors
BuildEventsClass() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Methods
Events
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. |