BuildManagerEvents Interface

Provides access to the events of the BuildManager. Use this object for functionality and refer to BuildManagerEventsClass for this object’s documentation.

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

Syntax

'Declaration
<GuidAttribute("5F4AAE42-BC94-401D-9213-B8A8B9E553DE")> _
Public Interface BuildManagerEvents _
    Inherits _BuildManagerEvents, _dispBuildManagerEvents_Event
[GuidAttribute("5F4AAE42-BC94-401D-9213-B8A8B9E553DE")]
public interface BuildManagerEvents : _BuildManagerEvents, 
    _dispBuildManagerEvents_Event
[GuidAttribute(L"5F4AAE42-BC94-401D-9213-B8A8B9E553DE")]
public interface class BuildManagerEvents : _BuildManagerEvents, 
    _dispBuildManagerEvents_Event
[<GuidAttribute("5F4AAE42-BC94-401D-9213-B8A8B9E553DE")>]
type BuildManagerEvents =  
    interface
        interface _BuildManagerEvents
        interface _dispBuildManagerEvents_Event
    end
public interface BuildManagerEvents extends _BuildManagerEvents, _dispBuildManagerEvents_Event

The BuildManagerEvents type exposes the following members.

Methods

  Name Description
Public method add_DesignTimeOutputDeleted Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.)
Public method add_DesignTimeOutputDirty Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.)
Public method remove_DesignTimeOutputDeleted Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.)
Public method remove_DesignTimeOutputDirty Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.)

Top

Events

  Name Description
Public event DesignTimeOutputDeleted Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.)
Public event DesignTimeOutputDirty Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.)

Top

Remarks

BuildManager events are raised when project items that generate temporary portable executables are changed or deleted.

Examples

See BuildManagerEvents.

See Also

Reference

VSLangProj Namespace