BuildEventsClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Refer to BuildEvents for this functionality. Do not instantiate from this class.

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

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("D83D60E3-229F-4660-8DD0-28B629EEDCDA")> _
Public Class BuildEventsClass _
    Implements _BuildEvents, BuildEvents, _dispBuildEvents_Event
'Usage
Dim instance As BuildEventsClass
[ClassInterfaceAttribute()]
[GuidAttribute("D83D60E3-229F-4660-8DD0-28B629EEDCDA")]
public class BuildEventsClass : _BuildEvents, 
    BuildEvents, _dispBuildEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"D83D60E3-229F-4660-8DD0-28B629EEDCDA")]
public ref class BuildEventsClass : _BuildEvents, 
    BuildEvents, _dispBuildEvents_Event
public class BuildEventsClass implements _BuildEvents, BuildEvents, _dispBuildEvents_Event

Inheritance Hierarchy

System.Object
  EnvDTE.BuildEventsClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BuildEventsClass Members

EnvDTE Namespace