BuildManagerEventsClass Class

Definition

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

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

public ref class BuildManagerEventsClass : VSLangProj::BuildManagerEvents
public ref class BuildManagerEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class BuildManagerEventsClass : VSLangProj::BuildManagerEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispBuildManagerEvents\0")]
[System.Runtime.InteropServices.Guid("66923B02-677B-4920-A319-F8925A0BA8A8")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class BuildManagerEventsClass : VSLangProj.BuildManagerEvents
[System.Runtime.InteropServices.Guid("66923B02-677B-4920-A319-F8925A0BA8A8")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispBuildManagerEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class BuildManagerEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispBuildManagerEvents\0")>]
[<System.Runtime.InteropServices.Guid("66923B02-677B-4920-A319-F8925A0BA8A8")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type BuildManagerEventsClass = class
    interface _BuildManagerEvents
    interface BuildManagerEvents
    interface _dispBuildManagerEvents_Event
[<System.Runtime.InteropServices.Guid("66923B02-677B-4920-A319-F8925A0BA8A8")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispBuildManagerEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type BuildManagerEventsClass = class
Public Class BuildManagerEventsClass
Implements BuildManagerEvents
Public Class BuildManagerEventsClass
Inheritance
BuildManagerEventsClass
Attributes
Implements

Constructors

BuildManagerEventsClass()

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

Microsoft Internal Use Only.

Methods

add_DesignTimeOutputDeleted(_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler)

Microsoft Internal Use Only.

add_DesignTimeOutputDirty(_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler)

Microsoft Internal Use Only.

remove_DesignTimeOutputDeleted(_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler)

Microsoft Internal Use Only.

remove_DesignTimeOutputDirty(_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler)

Microsoft Internal Use Only.

Events

DesignTimeOutputDeleted

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

Raised when a project item that generates a portable executable is deleted from the project.

DesignTimeOutputDirty

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

Raised when a custom tool that results in a portable executable being generated or updated is run on a project item.

Applies to