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 | |
---|---|---|
add_DesignTimeOutputDeleted | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.) | |
add_DesignTimeOutputDirty | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.) | |
remove_DesignTimeOutputDeleted | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.) | |
remove_DesignTimeOutputDirty | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event.) |
Top
Events
Name | Description | |
---|---|---|
DesignTimeOutputDeleted | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_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.