BuildManagerEvents Interface
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.
Provides access to the events of the BuildManager. Use this object for functionality and refer to BuildManagerEventsClass for this object’s documentation.
public interface class BuildManagerEvents : VSLangProj::_BuildManagerEvents, VSLangProj::_dispBuildManagerEvents_Event
public interface class BuildManagerEvents : VSLangProj::_BuildManagerEvents, VSLangProj::_dispBuildManagerEvents_Event
__interface BuildManagerEvents : VSLangProj::_BuildManagerEvents, VSLangProj::_dispBuildManagerEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(VSLangProj.BuildManagerEventsClass))]
[System.Runtime.InteropServices.Guid("5F4AAE42-BC94-401D-9213-B8A8B9E553DE")]
public interface BuildManagerEvents : VSLangProj._BuildManagerEvents, VSLangProj._dispBuildManagerEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(VSLangProj.BuildManagerEventsClass))]
[System.Runtime.InteropServices.Guid("5F4AAE42-BC94-401D-9213-B8A8B9E553DE")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface BuildManagerEvents : VSLangProj._BuildManagerEvents, VSLangProj._dispBuildManagerEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(VSLangProj.BuildManagerEventsClass))>]
[<System.Runtime.InteropServices.Guid("5F4AAE42-BC94-401D-9213-B8A8B9E553DE")>]
type BuildManagerEvents = interface
interface _BuildManagerEvents
interface _dispBuildManagerEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(VSLangProj.BuildManagerEventsClass))>]
[<System.Runtime.InteropServices.Guid("5F4AAE42-BC94-401D-9213-B8A8B9E553DE")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type BuildManagerEvents = interface
interface _BuildManagerEvents
interface _dispBuildManagerEvents_Event
Public Interface BuildManagerEvents
Implements _BuildManagerEvents, _dispBuildManagerEvents_Event
- Derived
- Attributes
- Implements
Examples
See BuildManagerEvents.
Remarks
BuildManager events are raised when project items that generate temporary portable executables are changed or deleted.
Methods
add_DesignTimeOutputDeleted(_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler) |
Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event) |
add_DesignTimeOutputDirty(_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler) |
Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event) |
remove_DesignTimeOutputDeleted(_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler) |
Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event) |
remove_DesignTimeOutputDirty(_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler) |
Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event) |
Events
DesignTimeOutputDeleted |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event) |
DesignTimeOutputDirty |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispBuildManagerEvents_Event) |