BuildManagerEventsClass Class

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

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

Inheritance Hierarchy

Object
  VSLangProj.BuildManagerEventsClass

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

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("66923B02-677B-4920-A319-F8925A0BA8A8")> _
Public Class BuildManagerEventsClass _
    Implements _BuildManagerEvents, BuildManagerEvents, _dispBuildManagerEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("66923B02-677B-4920-A319-F8925A0BA8A8")]
public class BuildManagerEventsClass : _BuildManagerEvents, 
    BuildManagerEvents, _dispBuildManagerEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"66923B02-677B-4920-A319-F8925A0BA8A8")]
public ref class BuildManagerEventsClass : _BuildManagerEvents, 
    BuildManagerEvents, _dispBuildManagerEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("66923B02-677B-4920-A319-F8925A0BA8A8")>]
type BuildManagerEventsClass =  
    class 
        interface _BuildManagerEvents 
        interface BuildManagerEvents 
        interface _dispBuildManagerEvents_Event 
    end
public class BuildManagerEventsClass implements _BuildManagerEvents, BuildManagerEvents, _dispBuildManagerEvents_Event

The BuildManagerEventsClass type exposes the following members.

Constructors

  Name Description
Public method BuildManagerEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_DesignTimeOutputDeleted Infrastructure. Microsoft Internal Use Only.
Public method add_DesignTimeOutputDirty Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_DesignTimeOutputDeleted Infrastructure. Microsoft Internal Use Only.
Public method remove_DesignTimeOutputDirty Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event DesignTimeOutputDeleted Raised when a project item that generates a portable executable is deleted from the project.
Public event DesignTimeOutputDirty Raised when a custom tool that results in a portable executable being generated or updated is run on a project item.

Top

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

VSLangProj Namespace